Skip to content
Snippets Groups Projects
Commit bf93b93d authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5236 restore 'countryName' alias

parent 86bac333
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment