mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
12.28.2012 2194aa4efb63ee034cb9e1ae5610e32ee1cc2fb2
Fix issue OPENDJ-535: Core schema for attribute "c" is not standard compliant.
Added syntax to matche definition as specified in RFC4519.
1 files modified
4 ■■■■ changed files
opends/resource/schema/00-core.ldif 4 ●●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -56,8 +56,8 @@
attributeTypes: ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64}
  X-ORIGIN 'RFC 4519' )
attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE
  X-ORIGIN 'RFC 4519' )
attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.11  SINGLE-VALUE X-ORIGIN 'RFC 4519' )
attributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name
  X-ORIGIN 'RFC 4519' )
attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name