You are here

constant LDAP_USER_DRUPAL_USER_PROV_ON_AUTHENTICATE in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_user/ldap_user.module \LDAP_USER_DRUPAL_USER_PROV_ON_AUTHENTICATE
4 uses of LDAP_USER_DRUPAL_USER_PROV_ON_AUTHENTICATE
LdapUserConfAdmin::drupalForm in ldap_user/LdapUserConfAdmin.class.php
Generate admin form for ldapUserConf object.
LdapUserUnitTests::testUnitTests in ldap_user/tests/ldap_user.test
Make sure install succeeds and ldap user functions/methods work.
ldap_test_ldap_user_data in ldap_test/ldap_user.conf.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_user/ldap_user.module, line 12
Module for the LDAP User Entity.

Code

define('LDAP_USER_DRUPAL_USER_PROV_ON_AUTHENTICATE', 2);