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

Matthew Swift
29.30.2011 e48faf7bf45fd1451ae98320c11c76cd4d33a5cd
Switch default syntax to directory string and matching rule to caseignorematch.
1 files modified
4 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java
@@ -1938,14 +1938,14 @@
  static MatchingRule getDefaultMatchingRule()
  {
    return CoreSchema.getOctetStringMatchingRule();
    return CoreSchema.getCaseIgnoreMatchingRule();
  }
  static Syntax getDefaultSyntax()
  {
    return CoreSchema.getOctetStringSyntax();
    return CoreSchema.getDirectoryStringSyntax();
  }