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

Matthew Swift
19.23.2011 e9325489f3759592c50bdccd0afac5a2bcdc70c8
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1091,6 +1091,9 @@
        case CONNECTION_REJECTED:
          resultCode = LDAPResultCode.CONSTRAINT_VIOLATION;
          break;
        case INVALID_CREDENTIALS:
          resultCode = LDAPResultCode.INVALID_CREDENTIALS;
          break;
        default:
          resultCode = LDAPResultCode.OTHER;
          break;