You are here

23 calls to SimpleLdapUser::singleton() in Simple LDAP 7.2

hook_sync_user_to_ldap in simple_ldap_user/simple_ldap_user.api.php
Synchronizes a Drupal user to LDAP.
SimpleLdapRole::addUser in simple_ldap_role/SimpleLdapRole.class.php
Add an LDAP user to the LDAP group.
SimpleLdapRole::deleteUser in simple_ldap_role/SimpleLdapRole.class.php
Remove an LDAP user from the LDAP group.
SimpleLdapSSO::__construct in simple_ldap_sso/SimpleLdapSSO.class.php
Constructor.
SimpleLdapUserController::load in simple_ldap_user/SimpleLdapUserController.class.php
Verifies that the user exists in the LDAP directory.
simple_ldap_role_sync_user_to_drupal in simple_ldap_role/simple_ldap_role.module
Synchronize LDAP groups to Drupal roles.
simple_ldap_role_sync_user_to_ldap in simple_ldap_role/simple_ldap_role.module
Implements hook_sync_user_to_ldap().
simple_ldap_user_base_field_to_ldap in simple_ldap_user/simple_ldap_user.module
Convert a field defined by the user module to a format suitable for LDAP
simple_ldap_user_delete_blocked_user_update in contrib/simple_ldap_user_delete_blocked/simple_ldap_user_delete_blocked.module
Implements hook_user_update().
simple_ldap_user_drush_scan_all in simple_ldap_user/simple_ldap_user.drush.inc
simple_ldap_user_drush_update_all_puids in simple_ldap_user/simple_ldap_user.drush.inc
simple_ldap_user_form_user_admin_account_alter in simple_ldap_user/simple_ldap_user.module
Implements hook_form_FORM_ID_alter().
simple_ldap_user_load_or_create_by_name in simple_ldap_user/simple_ldap_user.module
Create a valid LDAP user on this site if they don't already exist.
simple_ldap_user_profile_form_validate in simple_ldap_user/simple_ldap_user.module
simple_ldap_user_register_form_validate in simple_ldap_user/simple_ldap_user.module
Check the name and email both belong to the same LDAP account, or no account at all.
simple_ldap_user_sync_user_to_drupal in simple_ldap_user/simple_ldap_user.module
Synchronizes LDAP attributes to Drupal user properties.
simple_ldap_user_sync_user_to_ldap in simple_ldap_user/simple_ldap_user.module
Synchronizes Drupal user properties to LDAP.
simple_ldap_user_update_authmap in simple_ldap_user/simple_ldap_user.module
simple_ldap_user_user_delete in simple_ldap_user/simple_ldap_user.module
Implements hook_user_delete().
simple_ldap_user_user_insert in simple_ldap_user/simple_ldap_user.module
Implements hook_user_insert().
simple_ldap_user_user_presave in simple_ldap_user/simple_ldap_user.module
Implements hook_user_presave().
simple_ldap_user_user_update in simple_ldap_user/simple_ldap_user.module
Implements hook_user_update().
user_check_password in simple_ldap_user/simple_ldap_user.password.inc
Check whether a plain text password matches a stored hashed password.