You are here

constant LDAPAUTH_ALTER_EMAIL_FIELD in LDAP integration 6

5 uses of LDAPAUTH_ALTER_EMAIL_FIELD
ldapauth_admin_settings in ./ldapauth.admin.inc
Implements the settings page.
ldapauth_form_alter in ./ldapauth.module
Implements hook_form_alter().
ldapauth_user in ./ldapauth.module
Implements hook_user().
ldaphelp_get_ldapauth in ldaphelp/ldaphelp_status.inc
Create a readable version of the common LDAPAuth settings
_ldapdata_user_update_drupal_account in ./ldapdata.module
Find out which Drupal attributes should be synced back to LDAP..

File

./ldapauth.module, line 37
ldapauth provides authentication against ldap server.

Code

define('LDAPAUTH_ALTER_EMAIL_FIELD', variable_get('ldapauth_alter_email_field', LDAPAUTH_EMAIL_FIELD_NO));