ITS#2681: set rc to LDAP_INVALID_CREDENTIALS or 1

This commit is contained in:
Jong Hyuk Choi 2003-08-13 20:27:10 +00:00
parent 2d48b5dc99
commit 264f690c81

View File

@ -103,6 +103,11 @@ ldbm_back_bind(
#endif
rs->sr_err = LDAP_INVALID_CREDENTIALS;
send_ldap_result( op, rs );
#ifdef LDAP_SYNCREPL
rc = LDAP_INVALID_CREDENTIALS;
#else
rc = 1;
#endif
goto return_results;
}
#endif