constant LDAPAUTH_SYNC_PASSWORDS in LDAP integration 6
6 uses of LDAPAUTH_SYNC_PASSWORDS
- ldapauth_admin_settings in ./
ldapauth.admin.inc - Implements the settings page.
- ldapauth_authenticate in ./
ldapauth.module - Main user authentication function. Called by form validator.
- ldapauth_drupal_user_create in includes/
ldap.core.inc - Create a new Drupal user from an LDAP user entry with checks to ensure that:
- 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
File
- ./
ldapauth.module, line 35 - ldapauth provides authentication against ldap server.
Code
define('LDAPAUTH_SYNC_PASSWORDS', variable_get('ldapauth_sync_passwords', FALSE));