You are here

constant LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
  2. 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
2 uses of LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
ldap_authentication_test_credentials in ldap_authentication/ldap_authentication.inc
_ldap_authentication_err_text in ldap_authentication/ldap_authentication.inc
get human readable authentication error string

File

ldap_authentication/ldap_authentication.module, line 37
This module injects itself into Drupal's Authentication stack.

Code

define('LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT', 1);