From c7a0c436d293300b36a62ce90e0c909f51c72630 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 6 Jan 2002 05:27:03 +0000 Subject: [PATCH] Don't split DESC over multiple lines --- servers/slapd/schema/misc.schema | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/servers/slapd/schema/misc.schema b/servers/slapd/schema/misc.schema index 0ea32a4e0c..679327ce89 100644 --- a/servers/slapd/schema/misc.schema +++ b/servers/slapd/schema/misc.schema @@ -16,16 +16,14 @@ attributetype ( 2.16.840.1.113730.3.1.13 attributetype ( 2.16.840.1.113730.3.1.18 NAME 'mailHost' - DESC 'fully-qualified hostname of the MTA that is the final - SMTP destination of messages to this recipient' + DESC 'FQDN of the SMTP/MTA of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) attributetype ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress' - DESC 'RFC822 address to use when routing messages to - the SMTP MTA of this recipient' + DESC 'RFC822 routing address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) -- 2.39.5