You are here

constant LDAPAUTH_FORGET_PASSWORDS in LDAP integration 6

4 uses of LDAPAUTH_FORGET_PASSWORDS
ldapauth_admin_settings in ./ldapauth.admin.inc
Implements the settings page.
ldapauth_exit in ./ldapauth.module
Implements hook_exit().
ldaphelp_get_ldapauth in ldaphelp/ldaphelp_status.inc
Create a readable version of the common LDAPAuth settings
_ldapgroups_detect_groups in ./ldapgroups.inc
Detect user groups from the LDAP.

File

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

Code

define('LDAPAUTH_FORGET_PASSWORDS', variable_get('ldapauth_forget_passwords', TRUE));