]> git.sur5r.net Git - openldap/commitdiff
ITS#3941: posixGroup should be STRUCTURAL
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Aug 2005 07:10:02 +0000 (07:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Aug 2005 07:10:02 +0000 (07:10 +0000)
servers/slapd/schema/nis.schema

index d2c3798b419beadfdb208f15e112bad41e150e03..1f1524ec13735e11bd16317d9bc31d9a147fe04c 100644 (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 ) )