You are here

constant LDAP_AUTHENTICATION_RESULT_SUCCESS 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_SUCCESS
  2. 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_RESULT_SUCCESS
2 uses of LDAP_AUTHENTICATION_RESULT_SUCCESS
ldap_authentication_test_credentials 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 this function validates ldap authentication specific

File

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

Code

define('LDAP_AUTHENTICATION_RESULT_SUCCESS', 6);