mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Schema updates from HEAD
This commit is contained in:
parent
3d290defac
commit
72c91a4bd7
@ -467,11 +467,11 @@ objectclass ( 2.5.6.23 NAME 'deltaCRL'
|
||||
|
||||
#
|
||||
# Standard Track URI label schema from RFC 2079
|
||||
#
|
||||
attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
|
||||
DESC 'RFC2079: Uniform Resource Identifier with optional label'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
# system schema
|
||||
#attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
|
||||
# DESC 'RFC2079: Uniform Resource Identifier with optional label'
|
||||
# EQUALITY caseExactMatch
|
||||
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
|
||||
DESC 'RFC2079: object that contains the URI attribute type'
|
||||
|
24
servers/slapd/schema/dyngroup.schema
Normal file
24
servers/slapd/schema/dyngroup.schema
Normal file
@ -0,0 +1,24 @@
|
||||
# $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 ) )
|
Loading…
Reference in New Issue
Block a user