mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r1862: add invalid_creds ldap error
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
267edf1c0b
commit
11c866d602
@@ -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