From 4a2f584d59872a5af42434de64f39755acb7a148 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Fri, 10 Aug 2012 09:30:43 +0000
Subject: [PATCH] Fix OPENDJ-562 Country String syntax should validate ISO 3166 codes

---
 opends/resource/schema/02-config.ldif |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index c9271f4..6a0255a 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -24,6 +24,7 @@
 #      Copyright 2006-2010 Sun Microsystems, Inc.
 #      Portions Copyright 2010-2012 ForgeRock AS.
 #      Portions Copyright 2011 profiq, s.r.o.
+#      Portions Copyright 2012 Manuel Gaupp
 #
 #
 # This file contains the attribute type and objectclass definitions for use
@@ -5154,3 +5155,9 @@
   STRUCTURAL
   MAY ds-cfg-strict-format
   X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.12
+  NAME 'ds-cfg-country-string-attribute-syntax'
+  SUP ds-cfg-attribute-syntax
+  STRUCTURAL
+  MAY ds-cfg-strict-format
+  X-ORIGIN 'OpenDJ Directory Server' )

--
Gitblit v1.10.0