mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
6da0f1e48e
moved labeledURI into system schema attribute types that inherit from labeledURI may be used in dynamic groups e.g. access to * by group/groupOfURLs/memberURL=foo
25 lines
663 B
Plaintext
25 lines
663 B
Plaintext
# $OpenLDAP$
|
|
#
|
|
# Dynamic Group schema, as defined by Netscape
|
|
#
|
|
# depends upon:
|
|
# core.schema
|
|
|
|
objectIdentifier NetscapeRoot 2.16.840.1.113730
|
|
|
|
objectIdentifier NetscapeLDAP NetscapeRoot:3
|
|
objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1
|
|
objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2
|
|
|
|
attributetype ( NetscapeLDAPattributeType:198
|
|
NAME 'memberURL'
|
|
DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.'
|
|
SUP labeledURI )
|
|
|
|
objectClass ( NetscapeLDAPobjectClass:33
|
|
NAME 'groupOfURLs'
|
|
SUP top STRUCTURAL
|
|
MUST cn
|
|
MAY ( memberURL $ businessCategory $ description $ o $ ou $
|
|
owner $ seeAlso ) )
|