mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Don't split DESC over multiple lines
This commit is contained in:
parent
4b3e7fa668
commit
c7a0c436d2
@ -16,16 +16,14 @@ attributetype ( 2.16.840.1.113730.3.1.13
|
|||||||
|
|
||||||
attributetype ( 2.16.840.1.113730.3.1.18
|
attributetype ( 2.16.840.1.113730.3.1.18
|
||||||
NAME 'mailHost'
|
NAME 'mailHost'
|
||||||
DESC 'fully-qualified hostname of the MTA that is the final
|
DESC 'FQDN of the SMTP/MTA of this recipient'
|
||||||
SMTP destination of messages to this recipient'
|
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||||
SINGLE-VALUE )
|
SINGLE-VALUE )
|
||||||
|
|
||||||
attributetype ( 2.16.840.1.113730.3.1.47
|
attributetype ( 2.16.840.1.113730.3.1.47
|
||||||
NAME 'mailRoutingAddress'
|
NAME 'mailRoutingAddress'
|
||||||
DESC 'RFC822 address to use when routing messages to
|
DESC 'RFC822 routing address of this recipient'
|
||||||
the SMTP MTA of this recipient'
|
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||||
SINGLE-VALUE )
|
SINGLE-VALUE )
|
||||||
|
Loading…
Reference in New Issue
Block a user