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

sin
02.19.2007 cb237b3fb0059532038d98bfc4ad48419c4472d0
opends/src/server/org/opends/server/core/BindOperation.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.core;
@@ -1110,7 +1110,7 @@
            if (DirectoryServer.bindWithDNRequiresPassword() &&
                ((bindDN != null) && (! bindDN.isNullDN())))
            {
              setResultCode(ResultCode.INVALID_CREDENTIALS);
              setResultCode(ResultCode.UNWILLING_TO_PERFORM);
              int    msgID   = MSGID_BIND_DN_BUT_NO_PASSWORD;
              String message = getMessage(msgID);