ITS#3941: posixGroup should be STRUCTURAL

This commit is contained in:
Kurt Zeilenga 2005-08-17 07:10:02 +00:00
parent a0b5f5138b
commit 65d2925249

View File

@ -172,7 +172,7 @@ objectclass ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount'
objectclass ( 1.3.6.1.1.1.2.2 NAME 'posixGroup'
DESC 'Abstraction of a group of accounts'
SUP top AUXILIARY
SUP top STRUCTURAL
MUST ( cn $ gidNumber )
MAY ( userPassword $ memberUid $ description ) )