Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
5697ed03
Commit
5697ed03
authored
May 17, 2000
by
Kurt Zeilenga
Browse files
Update "entry" and "children" psuedo attribute types in openldap.schema
Update comments in cosine.schema
parent
fa9f7a7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema/cosine.schema
View file @
5697ed03
...
...
@@ -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
...
...
servers/slapd/schema/openldap.schema
View file @
5697ed03
...
...
@@ -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 )
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment