From f914c0545ce6487316ca9c097447e0e580b4c0df Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 10 Oct 2002 01:34:55 +0000 Subject: [PATCH] Fix multiple NAME example --- doc/guide/admin/schema.sdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5