Fix issue OPENDJ-535: Core schema for attribute "c" is not standard compliant.
Added syntax to matche definition as specified in RFC4519.
| | |
| | | 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 |