diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-17 14:34:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:04 -0500 |
commit | ebd696bd8c73d39a3f72624e25bf85965bdf93ef (patch) | |
tree | 364302a918208526f27dbb7f790f801ec7ede7e1 /source4 | |
parent | c074e30e2eacaacebb95efd755ad7de74a0970e8 (diff) | |
download | samba-ebd696bd8c73d39a3f72624e25bf85965bdf93ef.tar.gz samba-ebd696bd8c73d39a3f72624e25bf85965bdf93ef.tar.bz2 samba-ebd696bd8c73d39a3f72624e25bf85965bdf93ef.zip |
r1862: add invalid_creds ldap error
metze
(This used to be commit 11c866d602fb4daefc1dced349606bd8ccd38ef2)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/ldap/ldap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h index af322e783a..b777bb5252 100644 --- a/source4/libcli/ldap/ldap.h +++ b/source4/libcli/ldap/ldap.h @@ -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 }; |