Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
bf93b93d
Commit
bf93b93d
authored
Dec 13, 2007
by
Howard Chu
Browse files
ITS
#5236
restore 'countryName' alias
parent
86bac333
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema/core.ldif
View file @
bf93b93d
...
...
@@ -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
...
...
servers/slapd/schema/core.schema
View file @
bf93b93d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment