You are here

constant LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
  2. 7.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
2 uses of LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT
_ldap_authentication_err_text in ldap_authentication/ldap_authentication.inc
_ldap_authentication_user_login_authenticate_validate in ldap_authentication/ldap_authentication.inc
user form validation will take care of username, pwd fields

File

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

Code

define('LDAP_AUTHENTICATION_RESULT_FAIL_CONNECT', 1);