mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#9121 schema update for prev commit
This commit is contained in:
parent
2ad87f4235
commit
62ec3d99c0
@ -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 ) )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user