From 2194aa4efb63ee034cb9e1ae5610e32ee1cc2fb2 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 12 Jul 2012 14:28:40 +0000
Subject: [PATCH] Fix issue OPENDJ-535: Core schema for attribute "c" is not standard compliant. Added syntax to matche definition as specified in RFC4519.

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

diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif
index b0048aa..9e3a043 100644
--- a/opends/resource/schema/00-core.ldif
+++ b/opends/resource/schema/00-core.ldif
@@ -56,8 +56,8 @@
 attributeTypes: ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64}
   X-ORIGIN 'RFC 4519' )
-attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE
-  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.11  SINGLE-VALUE X-ORIGIN 'RFC 4519' )
 attributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name
   X-ORIGIN 'RFC 4519' )
 attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name

--
Gitblit v1.10.0