From 992377e4e95ddc486fdd1aba4eeb529a3772a938 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 11 Sep 2000 18:40:39 +0000 Subject: [PATCH] Fix typo --- doc/guide/admin/schema.sdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/admin/schema.sdf b/doc/guide/admin/schema.sdf index 0d3273f370..9a5d142acd 100644 --- a/doc/guide/admin/schema.sdf +++ b/doc/guide/admin/schema.sdf @@ -203,11 +203,11 @@ specifier (e.g {{EX:{10}}}). For example, the attribute types {{EX:name}} and {{EX:cn}} are defined in {{F:core.schema}} as: -> attributeType: ( 2.5.4.41 NAME 'name' +> attributeType ( 2.5.4.41 NAME 'name' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) -> attributeType: ( 2.5.4.3 NAME +> attributeType ( 2.5.4.3 NAME > ( 'cn' $ 'commonName' ) SUP name ) Notice that each defines the attribute's OID and descriptive -- 2.39.5