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

ludovicp
20.59.2009 42e213c7ea83d15edab09567de992c7c1a81b24c
Fix typo in attributeTypes syntax for co / friendlyCountryName

1 files modified
2 ■■■ changed files
opends/resource/schema/00-core.ldif 2 ●●● patch | view | raw | blame | history
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'