From: Kurt Zeilenga Date: Wed, 17 May 2000 20:48:48 +0000 (+0000) Subject: Update "entry" and "children" psuedo attribute types in openldap.schema X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2924 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5697ed03ede1fe4a3a37edc7cdf5b56b40d102df;p=openldap Update "entry" and "children" psuedo attribute types in openldap.schema Update comments in cosine.schema --- diff --git a/servers/slapd/schema/cosine.schema b/servers/slapd/schema/cosine.schema index 8d5ef0db33..3e23f587f8 100644 --- a/servers/slapd/schema/cosine.schema +++ b/servers/slapd/schema/cosine.schema @@ -2,7 +2,7 @@ # # RFC1274: Cosine and Internet X.500 schema # -# This file contains LDAPv3 schema derived from X.500 "pilot" +# This file contains LDAPv3 schema derived from X.500 COSINE "pilot" # schema. As this schema was defined for X.500(89), some # oddities were introduced in the mapping to LDAPv3. The # mappings were based upon: draft-ietf-asid-ldapv3-attributes-03.txt @@ -11,9 +11,8 @@ # It may be best to avoid use this schema. # # Note: It seems that the pilot schema evolved beyond what was -# described in RFC1274. However, this document describes RFC1274 -# as published. So called "newPilot" objects, such as found on -# U-Mich/OpenLDAP 1.x servers is available in newpilot.schema. +# described in RFC1274. However, this document attempts to describes +# RFC1274 as published. # Network Working Group P. Barker diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index 17e299d1a0..c3096943e0 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -18,8 +18,10 @@ # # other slapd items # -attributetype ( 1.3.6.1.4.1.4203.666.1.3 NAME 'entry' SUP name - SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) +attributetype ( 1.3.6.1.4.1.4203.666.1.3 NAME 'entry' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 + SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) -attributetype ( 1.3.6.1.4.1.4203.666.1.4 NAME 'children' SUP name - SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) +attributetype ( 1.3.6.1.4.1.4203.666.1.4 NAME 'children' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 + SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )