From: Kurt Zeilenga Date: Thu, 10 Oct 2002 01:34:55 +0000 (+0000) Subject: Fix multiple NAME example X-Git-Tag: NO_SLAP_OP_BLOCKS~899 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f914c0545ce6487316ca9c097447e0e580b4c0df;p=openldap Fix multiple NAME example --- diff --git a/doc/guide/admin/schema.sdf b/doc/guide/admin/schema.sdf index ef4543be65..0f5a7f7825 100644 --- a/doc/guide/admin/schema.sdf +++ b/doc/guide/admin/schema.sdf @@ -220,7 +220,7 @@ in {{F:core.schema}} as: > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) -> attributeType ( 2.5.4.3 NAME ( 'cn' $ 'commonName' ) +> attributeType ( 2.5.4.3 NAME ( 'cn' 'commonName' ) > DESC 'common name(s) assciated with the object' > SUP name )