]> git.sur5r.net Git - openldap/commitdiff
Use iplanet OID (with typo fixed) for inetLocalMailRecipient
authorKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jan 2002 21:09:52 +0000 (21:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jan 2002 21:09:52 +0000 (21:09 +0000)
servers/slapd/schema/misc.schema

index f4bc5bd81019cf85e59224cc08e5f64e0515371c..460786c4c3d4dae0eec1cb79c08f8a1b1920cc72 100644 (file)
@@ -28,16 +28,17 @@ attributetype ( 2.16.840.1.113730.3.1.47
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
        SINGLE-VALUE )
 
-# OID needs to be determined
-#objectclass ( 2.16.840.1.113730.3.2.TBD
-#      NAME 'inetLocalMailRecipient'
-#      DESC 'Internet local mail recipient'
-#      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'