r1862: add invalid_creds ldap error
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Aug 2004 14:34:01 +0000 (14:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:04 +0000 (12:58 -0500)
metze
(This used to be commit 11c866d602fb4daefc1dced349606bd8ccd38ef2)

source4/libcli/ldap/ldap.h

index af322e783a7b537d46ed0f63f3a6848a0f2b8eb1..b777bb5252239d2fbde5639c8463f8faf85b1bc7 100644 (file)
@@ -53,6 +53,7 @@ enum ldap_auth_mechanism {
 enum ldap_result_code {
        LDAP_SUCCESS = 0,
        LDAP_SASL_BIND_IN_PROGRESS = 0x0e,
 enum ldap_result_code {
        LDAP_SUCCESS = 0,
        LDAP_SASL_BIND_IN_PROGRESS = 0x0e,
+       LDAP_INVALID_CREDENTIALS = 0x31,
        LDAP_OTHER = 0x50
 };
 
        LDAP_OTHER = 0x50
 };