From 00f6f9c59a630ab448b05e53fa1f5822d0669f5e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 17 May 2000 04:23:39 +0000 Subject: [PATCH] Assign temporary OIDs to "entry" and "children" psuedo attributes types --- servers/slapd/schema/openldap.schema | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ) -- 2.39.5