ITS#5236 add 'countryName' alias back, should not have been dropped.

This commit is contained in:
Howard Chu 2007-12-13 08:30:12 +00:00
parent 23116be5ae
commit d84eb76d57
2 changed files with 2 additions and 2 deletions

View 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

View 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