mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
r1862: add invalid_creds ldap error
metze
(This used to be commit 11c866d602)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c074e30e2e
commit
ebd696bd8c
@@ -53,6 +53,7 @@ enum ldap_auth_mechanism {
|
||||
enum ldap_result_code {
|
||||
LDAP_SUCCESS = 0,
|
||||
LDAP_SASL_BIND_IN_PROGRESS = 0x0e,
|
||||
LDAP_INVALID_CREDENTIALS = 0x31,
|
||||
LDAP_OTHER = 0x50
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user