]> git.sur5r.net Git - openldap/commitdiff
Update "entry" and "children" psuedo attribute types in openldap.schema
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 May 2000 20:48:48 +0000 (20:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 May 2000 20:48:48 +0000 (20:48 +0000)
Update comments in cosine.schema

servers/slapd/schema/cosine.schema
servers/slapd/schema/openldap.schema

index 8d5ef0db3325a74016ea47f7fd603764ee3053e1..3e23f587f824f82de5f0cd2e0d086cd96e1bdf40 100644 (file)
@@ -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
index 17e299d1a050b71f24f5b5b673038f955adc2bfb..c3096943e07c9411b9fc56c6f05e40c6a89b7a2c 100644 (file)
 #
 # 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 )