1
0
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:
Stefan Metzmacher
2004-08-17 14:34:01 +00:00
committed by Gerald (Jerry) Carter
parent c074e30e2e
commit ebd696bd8c

View File

@@ -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
};