From 4bf9eb2365188427509a15d1028112d807450b4d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 3 Feb 2006 04:10:29 +0000 Subject: [PATCH] fix comments --- servers/slapd/schema/core.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 73e209b1be..4551f7a095 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -272,7 +272,7 @@ attributetype ( 2.5.4.40 NAME 'crossCertificatePair' DESC 'RFC2256: X.509 cross certificate pair, use ;binary' SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 ) -# 2.5.4.41 is defined above as it's used for subtyping +# system schema #attributetype ( 2.5.4.41 NAME 'name' # EQUALITY caseIgnoreMatch # SUBSTR caseIgnoreSubstringsMatch @@ -311,7 +311,7 @@ attributetype ( 2.5.4.48 NAME 'protocolInformation' EQUALITY protocolInformationMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 ) -# 2.5.4.49 is defined above as it's used for subtyping +# system schema #attributetype ( 2.5.4.49 NAME 'distinguishedName' # EQUALITY distinguishedNameMatch # SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) -- 2.39.5