mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
changes based upon draft-lachman-laser-ldap-mail-routing-00.txt
This commit is contained in:
parent
df3df52581
commit
f130d6c47f
2 changed files with 11 additions and 5 deletions
|
|
@ -5,28 +5,34 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# draft-lachman-ldap-mail-routing-03.txt
|
# draft-lachman-laser-ldap-mail-routing-00.txt
|
||||||
#
|
#
|
||||||
attribute ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
|
attribute ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
|
||||||
DESC 'RFC 822 email address of this recipient'
|
DESC 'RFC 822 email address of this recipient'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||||
SINGLE-VALUE )
|
SINGLE-VALUE )
|
||||||
|
|
||||||
attribute ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
|
attribute ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
|
||||||
DESC 'alternate RFC 822 email address of this recipient'
|
DESC 'alternate RFC 822 email address of this recipient'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||||
SINGLE-VALUE )
|
SINGLE-VALUE )
|
||||||
|
|
||||||
attribute ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
|
attribute ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
|
||||||
DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient'
|
DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient'
|
||||||
EQUALITY caseIgnoreIA5Match )
|
EQUALITY caseIgnoreIA5Match
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||||
|
SINGLE-VALUE )
|
||||||
|
|
||||||
objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
|
objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
|
||||||
SUP top AUXILIARY
|
SUP top AUXILIARY
|
||||||
MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
|
MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
|
||||||
|
|
||||||
|
#objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient'
|
||||||
|
# SUP top AUXILIARY
|
||||||
|
# MAY ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# RFC2247
|
# RFC2247
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ attribute ( 0.9.2342.19200300.100.1.2 NAME 'textEncodedORAddress'
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' )
|
attribute ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' )
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch
|
attribute ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue