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

Matthew Swift
19.23.2011 4bf7d7c4a02bf5d16acf88579f2c0f376f3e4080
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;