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

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