]> git.sur5r.net Git - openldap/commitdiff
ITS#5236 restore 'countryName' alias
authorHoward Chu <hyc@openldap.org>
Thu, 13 Dec 2007 08:31:15 +0000 (08:31 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 13 Dec 2007 08:31:15 +0000 (08:31 +0000)
servers/slapd/schema/core.ldif
servers/slapd/schema/core.schema

index 940af113ebff173b84c2e2bcabb7438ac1ce9ea3..d45bdff383ba6f49f9c95b111898b9ea4a4123bb 100644 (file)
@@ -95,7 +95,7 @@ olcAttributeTypes: ( 2.5.4.5 NAME 'serialNumber'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
 #
 # RFC 4519 definition ('countryName' in X.500 and RFC2256)
-olcAttributeTypes: ( 2.5.4.6 NAME 'c'
+olcAttributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' )
   DESC 'RFC4519: two-letter ISO-3166 country code'
   SUP name
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
index ce072c6a15f6d6beb007793272ded92a92a85339..74205d9847163a7e62a575a6139d9e8e2d3956cf 100644 (file)
@@ -93,7 +93,7 @@ attributetype ( 2.5.4.5 NAME 'serialNumber'
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
 
 # RFC 4519 definition ('countryName' in X.500 and RFC2256)
-attributetype ( 2.5.4.6 NAME 'c'
+attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' )
        DESC 'RFC4519: two-letter ISO-3166 country code'
        SUP name
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.11