constant LDAPAUTH_DISABLE_PASS_CHANGE in LDAP integration 6
4 uses of LDAPAUTH_DISABLE_PASS_CHANGE
- ldapauth_admin_settings in ./
ldapauth.admin.inc - Implements the settings page.
- ldapauth_form_alter in ./
ldapauth.module - Implements hook_form_alter().
- ldapauth_user_pass in ./
ldapauth.module - ldaphelp_get_ldapauth in ldaphelp/
ldaphelp_status.inc - Create a readable version of the common LDAPAuth settings
File
- ./
ldapauth.module, line 36 - ldapauth provides authentication against ldap server.
Code
define('LDAPAUTH_DISABLE_PASS_CHANGE', variable_get('ldapauth_disable_pass_change', FALSE));