From 1effd6de64418e7d38cc46036af7821def11715d Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 20 Feb 2009 12:59:10 +0000
Subject: [PATCH] Fix typo in attributeTypes syntax for co / friendlyCountryName
---
opendj-sdk/opends/resource/schema/00-core.ldif | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif
index e1514be..587e44e 100644
--- a/opendj-sdk/opends/resource/schema/00-core.ldif
+++ b/opendj-sdk/opends/resource/schema/00-core.ldif
@@ -267,7 +267,7 @@
attributeTypes: ( 0.9.2342.19200300.100.1.48 NAME 'buildingName'
EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' )
-attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ('co' 'friendlyCountryName' )
+attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ( 'co' 'friendlyCountryName' )
EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' )
attributeTypes: ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor'
--
Gitblit v1.10.0