Update "entry" and "children" psuedo attribute types in openldap.schema

Update comments in cosine.schema
This commit is contained in:
Kurt Zeilenga 2000-05-17 20:48:48 +00:00
parent fa9f7a7d8e
commit 5697ed03ed
2 changed files with 9 additions and 8 deletions

View 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

View File

@ -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 )