]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9121 schema update for prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 18 Dec 2019 20:34:50 +0000 (20:34 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 18 Dec 2019 20:34:50 +0000 (20:34 +0000)
servers/slapd/schema/dyngroup.ldif
servers/slapd/schema/dyngroup.schema

index f35ae608a93cf6447af5700387e1158356ccfe46..55f310efa0c2f805a35df79eb3c02dd3be155c9b 100644 (file)
@@ -64,6 +64,9 @@ olcAttributeTypes: {1}( DynGroupAttr:1 NAME 'dgIdentity' DESC 'Identity to use
 olcAttributeTypes: {2}( DynGroupAttr:2 NAME 'dgAuthz' DESC 'Optional authoriza
  tion rules that determine who is allowed to assume the dgIdentity' EQUALITY a
  uthzMatch SYNTAX 1.3.6.1.4.1.4203.666.2.7 X-ORDERED 'VALUES' )
+olcAttributeTypes: {3}( DynGroupAttr:3 NAME 'dgMemberOf' DESC 'Group that the
+ entry belongs to' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115
+ .121.1.12 )
 olcObjectClasses: {0}( NetscapeLDAPobjectClass:33 NAME 'groupOfURLs' SUP top S
  TRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $
   owner $ seeAlso ) )
index a43be45e877472a1c3540bcca7add07fbdb03e2b..04d707775afd60dcd4aa46ec646daebc446d667b 100644 (file)
@@ -74,6 +74,13 @@ attributeType ( DynGroupAttr:2
        SYNTAX 1.3.6.1.4.1.4203.666.2.7
        X-ORDERED 'VALUES' )
 
+# Just for testing. The actual memberOf is an operational attribute
+attributeType ( DynGroupAttr:3
+       NAME 'dgMemberOf'
+       DESC 'Group that the entry belongs to'
+       SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
+       EQUALITY distinguishedNameMatch )
+
 objectClass ( NetscapeLDAPobjectClass:33
        NAME 'groupOfURLs'
        SUP top STRUCTURAL