mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Use iplanet OID (with typo fixed) for inetLocalMailRecipient
This commit is contained in:
parent
180a37268e
commit
c9700526e1
1 changed files with 9 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue