Skip to content
Snippets Groups Projects
Commit c9700526 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use iplanet OID (with typo fixed) for inetLocalMailRecipient

parent 180a3726
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment