mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#3941: posixGroup should be STRUCTURAL
This commit is contained in:
parent
a0b5f5138b
commit
65d2925249
@ -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'
|
objectclass ( 1.3.6.1.1.1.2.2 NAME 'posixGroup'
|
||||||
DESC 'Abstraction of a group of accounts'
|
DESC 'Abstraction of a group of accounts'
|
||||||
SUP top AUXILIARY
|
SUP top STRUCTURAL
|
||||||
MUST ( cn $ gidNumber )
|
MUST ( cn $ gidNumber )
|
||||||
MAY ( userPassword $ memberUid $ description ) )
|
MAY ( userPassword $ memberUid $ description ) )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user