From: Kurt Zeilenga Date: Wed, 17 May 2000 04:23:39 +0000 (+0000) Subject: Assign temporary OIDs to "entry" and "children" psuedo attributes types X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2931 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00f6f9c59a630ab448b05e53fa1f5822d0669f5e;p=openldap Assign temporary OIDs to "entry" and "children" psuedo attributes types --- diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index 04c1b485d9..778ee9d2ca 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -18,7 +18,8 @@ # # other slapd items # -attributetype ( entryOID NAME 'entry' SUP name +attributetype ( 1.3.6.1.4.1.4203.666.1.3 NAME 'entry' SUP name SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) -attributetype ( childrenOID NAME 'children' SUP name + +attributetype ( 1.3.6.1.4.1.4203.666.1.4 childrenOID NAME 'children' SUP name SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )