mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add RFC2589 Dynamic Directory schema
This commit is contained in:
parent
c7dc3e235c
commit
adc617ca16
@ -462,6 +462,23 @@ objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
|
|||||||
DESC 'object that contains the URI attribute type'
|
DESC 'object that contains the URI attribute type'
|
||||||
MAY ( labeledURI ) SUP top AUXILIARY )
|
MAY ( labeledURI ) SUP top AUXILIARY )
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard Track Dynamic Directory Services from RFC2589
|
||||||
|
#
|
||||||
|
objectclass ( 1.3.6.1.4.1.1466.101.119.2 NAME 'dynamicObject'
|
||||||
|
DESC 'RFC2589 Dynamic Object'
|
||||||
|
SUP top AUXILIARY )
|
||||||
|
|
||||||
|
attributetype ( 1.3.6.1.4.1.1466.101.119.3 NAME 'entryTtl'
|
||||||
|
DESC 'RFC2589 entry time-to-live'
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
||||||
|
NO-USER-MODIFICATION USAGE dSAOperation )
|
||||||
|
|
||||||
|
attributetype ( 1.3.6.1.4.1.1466.101.119.4 NAME 'dynamicSubtrees'
|
||||||
|
DESC 'RFC2589 dynamic subtrees'
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
|
||||||
|
USAGE dSAOperation )
|
||||||
|
|
||||||
#
|
#
|
||||||
# From draft-ietf-ldapext-nameref-00.txt
|
# From draft-ietf-ldapext-nameref-00.txt
|
||||||
# used to represent referrals in the directory
|
# used to represent referrals in the directory
|
||||||
|
Loading…
Reference in New Issue
Block a user