mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-13 02:12:55 -05:00
Misc schema clarifications
This commit is contained in:
parent
4739a3015b
commit
8ef285f854
5 changed files with 6 additions and 14 deletions
|
|
@ -8,8 +8,6 @@
|
|||
# mappings were based upon: draft-ietf-asid-ldapv3-attributes-03.txt
|
||||
# (a work in progress)
|
||||
#
|
||||
# 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 attempts to describes
|
||||
# RFC1274 as published.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# $OpenLDAP$
|
||||
#
|
||||
# InetOrgPerson (RFC 2798)
|
||||
# InetOrgPerson (RFC2798)
|
||||
#
|
||||
# Depends upon
|
||||
# The COSINE and Internet X.500 Schema [RFC1274]
|
||||
#
|
||||
# Definition of an X.500 Attribute Type and an Object Class to Hold
|
||||
# Uniform Resource Identifiers (URIs) [RFC2079]
|
||||
# (core.schema)
|
||||
|
|
@ -12,9 +10,8 @@
|
|||
# A Summary of the X.500(96) User Schema for use with LDAPv3 [RFC2256]
|
||||
# (core.schema)
|
||||
#
|
||||
# and X.500 pilot schema
|
||||
# The COSINE and Internet X.500 Schema [RFC1274] (cosine.schema)
|
||||
|
||||
|
||||
# carLicense
|
||||
# This multivalued field is used to record the values of the license or
|
||||
# registration plate associated with an individual.
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
# They were taken from ftp://ftp.gte.com/pub/nadf/nadf-docs/sd-04.ps
|
||||
# Our thanks to Harald T. Alvestrand that provided the pointer.
|
||||
|
||||
# Some attribute types and object classes defined in the spec
|
||||
# and that we did not have are not included in this file.
|
||||
|
||||
# This is a preliminary version and is likely to be incorrect in
|
||||
# a number of areas
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
# cosine.schema
|
||||
# inetorgperson.schema
|
||||
#
|
||||
# These are provided for informational purposes only.
|
||||
|
||||
objectClass ( 1.3.6.1.4.1.4203.1.4.3 NAME 'OpenLDAPorg'
|
||||
DESC 'OpenLDAP Organizational Object'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# $OpenLDAP$
|
||||
|
||||
# DO NOT USE THESE DEFINITIONS
|
||||
# use cosine.schema instead!
|
||||
|
||||
# These come from RFC1274 and are in ASN.1 syntax. They have been
|
||||
# translated with some imagination. Only attributes and classes we
|
||||
# already had are here. In general, the matching rules in the
|
||||
|
|
@ -353,7 +356,3 @@ objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
|
|||
|
||||
objectclass ( 0.9.2342.19200300.100.4.20 NAME 'pilotOrganization'
|
||||
SUP ( organization $ organizationalUnit ) MAY buildingName )
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue