You are here

constant LDAPAUTH_ALTER_USERNAME_FIELD in LDAP integration 6

3 uses of LDAPAUTH_ALTER_USERNAME_FIELD
ldapauth_admin_settings in ./ldapauth.admin.inc
Implements the settings page.
ldapauth_form_alter in ./ldapauth.module
Implements hook_form_alter().
ldaphelp_get_ldapauth in ldaphelp/ldaphelp_status.inc
Create a readable version of the common LDAPAuth settings

File

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

Code

define('LDAPAUTH_ALTER_USERNAME_FIELD', variable_get('ldapauth_alter_username_field', LDAPAUTH_USERNAME_FIELD_NO));