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

Matthew Swift
29.30.2011 01e469d0fae59f837b3ebf4ea33f2c0a698ac56a
Switch default syntax to directory string and matching rule to caseignorematch.
1 files modified
4 ■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/Schema.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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();
  }