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

Ludovic Poitou
03.20.2010 723443b7d2d329924aef432240afd8a5073f657f
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1863,7 +1863,7 @@
      {
        BindResponseProtocolOp responseOp =
            new BindResponseProtocolOp(
                LDAPResultCode.INAPPROPRIATE_AUTHENTICATION,
                LDAPResultCode.PROTOCOL_ERROR,
                ERR_LDAPV2_CLIENTS_NOT_ALLOWED.get());
        sendLDAPMessage(new LDAPMessage(message.getMessageID(),
            responseOp));