From 42e213c7ea83d15edab09567de992c7c1a81b24c 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

---
 opends/resource/schema/00-core.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif
index e1514be..587e44e 100644
--- a/opends/resource/schema/00-core.ldif
+++ b/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