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

ludovicp
20.59.2009 1effd6de64418e7d38cc46036af7821def11715d
Fix typo in attributeTypes syntax for co / friendlyCountryName

1 files modified
2 ■■■ changed files
opendj-sdk/opends/resource/schema/00-core.ldif 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/00-core.ldif
@@ -267,7 +267,7 @@
attributeTypes: ( 0.9.2342.19200300.100.1.48 NAME 'buildingName'
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' )
attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ('co' 'friendlyCountryName' )
attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ( 'co' 'friendlyCountryName' )
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' )
attributeTypes: ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor'