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

neil_a_wilson
11.32.2007 5606f48359e5d381e80bc7bf8f42bcbdf2e19ec0
opends/src/server/org/opends/server/extensions/CRAMMD5SASLMechanismHandler.java
@@ -638,7 +638,7 @@
                      List<String> unacceptableReasons)
  {
    boolean configAcceptable = true;
    DN configEntryDN = configuration.dn();
    DN cfgEntryDN = configuration.dn();
    // Get the identity mapper that should be used to find users.
    DN identityMapperDN = configuration.getIdentityMapperDN();
@@ -649,7 +649,7 @@
      int msgID = MSGID_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER;
      unacceptableReasons.add(getMessage(msgID,
                                         String.valueOf(identityMapperDN),
                                         String.valueOf(configEntryDN)));
                                         String.valueOf(cfgEntryDN)));
      configAcceptable = false;
    }