]> git.sur5r.net Git - openldap/commitdiff
ITS#5236
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 20 Nov 2007 19:44:53 +0000 (19:44 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 20 Nov 2007 19:44:53 +0000 (19:44 +0000)
CHANGES
servers/slapd/schema/core.ldif
servers/slapd/schema/core.schema

diff --git a/CHANGES b/CHANGES
index 9e2c139475f75078f8d8bfe07153aabe1845637c..ac850033f438f907c9c79253587b8dcfceedadc1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ OpenLDAP 2.4.7 Engineering
        Fixed slapd contextCSN updating from old releases (ITS#5225)
        Fixed slapd paged results handling when using rootdn (ITS#5230)
        Fixed slapd syncrepl presentlist handling (ITS#5231)
+       Fixed slapd core schema 'c' definition for RFC4519 (ITS#5236)
        Fixed slapo-ppolicy single password check on modify (ITS#5146)
        Fixed slapo-syncprov refresh and persist cookie sending (ITS#5210)
        Fixed slapo-syncprov ignore invalid cookies (ITS#5211)
index f82aac80d709b062d915231e8b3f99f4e0eca334..940af113ebff173b84c2e2bcabb7438ac1ce9ea3 100644 (file)
@@ -94,9 +94,12 @@ olcAttributeTypes: ( 2.5.4.5 NAME 'serialNumber'
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
 #
-olcAttributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' )
-  DESC 'RFC2256: ISO-3166 country 2-letter code'
-  SUP name SINGLE-VALUE )
+# RFC 4519 definition ('countryName' in X.500 and RFC2256)
+olcAttributeTypes: ( 2.5.4.6 NAME 'c'
+  DESC 'RFC4519: two-letter ISO-3166 country code'
+  SUP name
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
+  SINGLE-VALUE )
 #
 olcAttributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' )
   DESC 'RFC2256: locality which this object resides in'
index fd75166d4d6a73dcb158266678f89a4fd9772cac..ce072c6a15f6d6beb007793272ded92a92a85339 100644 (file)
@@ -92,11 +92,9 @@ attributetype ( 2.5.4.5 NAME 'serialNumber'
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
 
-# RFC 4519 definition (cannot be loaded because SYNTAX conflicts
-# with that of name).
-#
+# RFC 4519 definition ('countryName' in X.500 and RFC2256)
 attributetype ( 2.5.4.6 NAME 'c'
-       DESC 'RFC2256: ISO-3166 country 2-letter code'
+       DESC 'RFC4519: two-letter ISO-3166 country code'
        SUP name
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
        SINGLE-VALUE )