opends/src/server/org/opends/server/extensions/DigestMD5SASLMechanismHandler.java
@@ -1629,7 +1629,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(); @@ -1640,7 +1640,7 @@ int msgID = MSGID_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER; unacceptableReasons.add(getMessage(msgID, String.valueOf(identityMapperDN), String.valueOf(configEntryDN))); String.valueOf(cfgEntryDN))); configAcceptable = false; }