]> git.sur5r.net Git - openldap/commitdiff
Schema updates from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jan 2002 21:19:06 +0000 (21:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jan 2002 21:19:06 +0000 (21:19 +0000)
servers/slapd/schema/core.schema
servers/slapd/schema/cosine.schema
servers/slapd/schema/misc.schema

index 908aec2b094f1c217abf8701901e8c06143bf961..0ac410b4715acfe123950dc4b2ae009275a86344 100644 (file)
@@ -452,6 +452,13 @@ objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
        DESC 'RFC2252: extensible object'
        SUP top AUXILIARY )
 
+objectclass ( 2.5.20.1 NAME 'subschema'
+       DESC 'RFC2252: controlling subschema (sub)entry'
+       AUXILIARY
+       MAY ( dITStructureRules $ nameForms $ ditContentRules $
+               objectClasses $ attributeTypes $ matchingRules $
+               matchingRuleUse ) )
+
 #
 # Standard Track URI label schema from RFC2079
 #
@@ -539,8 +546,9 @@ objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
 
 #
 # LDAPsubEntry
-#      likely to change!
-objectclass ( 2.16.840.1.113719.2.142.6.1.1 NAME 'LDAPsubEntry'
+#      deprecated!
+objectclass ( 2.16.840.1.113719.2.142.6.1.1
+       NAME 'LDAPsubEntry'
        DESC 'LDAP Subentry'
        SUP top STRUCTURAL MAY cn )
 
index c71488c25bb500733aadd1d3e1b00c5e3782dcb8..c6babcc2efdcf5e2169e39d3f9e99caacc6190a8 100644 (file)
@@ -395,8 +395,11 @@ attributetype ( 0.9.2342.19200300.100.1.22 NAME 'otherMailbox'
 #    ::= {pilotAttributeType 23}
 #
 ## OBSOLETE
-attributetype ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime'
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.53 )
+#attributetype ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime'
+#      DESC 'RFC1274: time of last modify, replaced by modifyTimestamp'
+#      OBSOLETE
+#      SYNTAX 1.3.6.1.4.1.1466.115.121.1.53
+#      USAGE directoryOperation )
 
 # 9.3.20.  Last Modified By
 #
@@ -411,9 +414,12 @@ attributetype ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime'
 #
 
 ## OBSOLETE
-attributetype ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy'
-       EQUALITY distinguishedNameMatch
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
+#attributetype ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy'
+#      DESC 'RFC1274: last modifier, replaced by modifiersName'
+#      OBSOLETE
+#      EQUALITY distinguishedNameMatch
+#      SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+#      USAGE directoryOperation )
 
 # 9.3.21.  Domain Component
 #
index 7be7b46fa8423e53242cf5b66e259a90bd2a7022..87604308ffe45b8760b30aedb378c74b842fe950 100644 (file)
@@ -1,11 +1,14 @@
 # $OpenLDAP$
 #
 # Assorted definitions from several sources, including
-# ''works in progress''.  Use with extreme caution!
-# May be subject to change (or removal) without notice.
+# ''works in progress''.  Contents of this file are
+# subject to change (including deletion) without notice.
+#
+# Not recommended for production use!
+# Use with extreme caution!
 
 #
-# draft-lachman-laser-ldap-mail-routing-02.txt
+# draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
 #
 attributetype ( 2.16.840.1.113730.3.1.13
        NAME 'mailLocalAddress'
@@ -15,16 +18,14 @@ attributetype ( 2.16.840.1.113730.3.1.13
 
 attributetype ( 2.16.840.1.113730.3.1.18
        NAME 'mailHost'
-       DESC 'fully-qualified hostname of the MTA that is the final 
-               SMTP destination of messages to this recipient'
+       DESC 'FQDN of the SMTP/MTA of this recipient'
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
        SINGLE-VALUE )
 
 attributetype ( 2.16.840.1.113730.3.1.47
        NAME 'mailRoutingAddress'
-       DESC 'RFC822 address to use when routing messages to 
-               the SMTP MTA of this recipient'
+       DESC 'RFC822 routing address of this recipient'
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
        SINGLE-VALUE )
@@ -36,9 +37,17 @@ attributetype ( 2.16.840.1.113730.3.1.47
 #      SUP top AUXILIARY
 #      MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
 
+# I-D leaves this OID TBD.
+# iPlanet uses 2.16.840.1.113.730.3.2.147 but that appears to be
+# an improperly delegated OID.  A typo is suspected.
+objectclass ( 2.16.840.1.113730.3.2.147
+       NAME 'inetLocalMailRecipient'
+       DESC 'Internet local mail recipient'
+       SUP top AUXILIARY
+       MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
 
 #
-# draft-srivastava-ldap-mail-00.html !!!EXPIRED!!!
+# draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
 #
 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
        NAME 'rfc822MailMember'