From adc617ca16652ce6b23718070b9f327f9a85765a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 21 Nov 1999 23:38:14 +0000 Subject: [PATCH] Add RFC2589 Dynamic Directory schema --- servers/slapd/schema/core.schema | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index e779f5a9c9..4903bc7ce6 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -462,6 +462,23 @@ objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'object that contains the URI attribute type' 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 # used to represent referrals in the directory -- 2.39.5