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

sin
01.47.2009 4ba8769705622b7afdb8c30bf121ba5f502cd789
opendj-sdk/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendBindOperation.java
@@ -715,7 +715,7 @@
    if (DirectoryServer.bindWithDNRequiresPassword() &&
        ((bindDN != null) && (! bindDN.isNullDN())))
    {
      throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM,
      throw new DirectoryException(ResultCode.INAPPROPRIATE_AUTHENTICATION,
                                   ERR_BIND_DN_BUT_NO_PASSWORD.get());
    }