mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 16:52:55 -05:00
ITS#2681: set rc to LDAP_INVALID_CREDENTIALS or 1
This commit is contained in:
parent
2d48b5dc99
commit
264f690c81
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue