]> git.sur5r.net Git - openldap/commitdiff
Assign temporary OIDs to "entry" and "children" psuedo attributes types
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 May 2000 04:23:39 +0000 (04:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 May 2000 04:23:39 +0000 (04:23 +0000)
servers/slapd/schema/openldap.schema

index 04c1b485d958eb5a6ea237934e2e6919d81146d8..778ee9d2ca2a19c308bc8f40b7c69577abc23eaf 100644 (file)
@@ -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 )