From ebd696bd8c73d39a3f72624e25bf85965bdf93ef Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Aug 2004 14:34:01 +0000 Subject: r1862: add invalid_creds ldap error metze (This used to be commit 11c866d602fb4daefc1dced349606bd8ccd38ef2) --- source4/libcli/ldap/ldap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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 }; -- cgit