34 calls to SimpleLdapServer::singleton() in Simple LDAP 7.2
- SimpleLdapRole::__construct in simple_ldap_role/
SimpleLdapRole.class.php - Constructor.
- SimpleLdapRoleCreateDrupalRoleTestCase::testCreateRole in simple_ldap_role/
simple_ldap_role.test - Creates a drupal role, and verifies LDAP.
- SimpleLdapSSO::__construct in simple_ldap_sso/
SimpleLdapSSO.class.php - Constructor.
- SimpleLdapUser::__construct in simple_ldap_user/
SimpleLdapUser.class.php - Constructor.
- SimpleLdapUserDeleteUserTestCase::testDeleteUser in simple_ldap_user/
simple_ldap_user.test - Tests user deletion.
- SimpleLdapUserMassImportExportTestCase::testImport in simple_ldap_user/
simple_ldap_user.test - Test mass import.
- SimpleLdapUserModifyProfileWebTestCase::postProfileForm in simple_ldap_user/
simple_ldap_user.test - Submits the user profile edit form.
- SimpleLdapUserRegistrationTestCase::formData in simple_ldap_user/
simple_ldap_user.test - Generate random data for user registration form.
- SimpleLdapUserRegistrationTestCase::testRegistrationValues in simple_ldap_user/
simple_ldap_user.test - Tests that the values used to register are properly saved.
- SimpleLdapUserSyncTestCase::modifyLdap in simple_ldap_user/
simple_ldap_user.test - Modifies the test user account in LDAP.
- SimpleLdapUserTestCase::setUp in simple_ldap_user/
simple_ldap_user.test - Inherited parent::setUp().
- SimpleLdapUserTestCase::verifySync in simple_ldap_user/
simple_ldap_user.test - Verifies that Drupal, LDAP, and the test user values match.
- simple_ldap_active_group_active in contrib/
simple_ldap_active_group/ simple_ldap_active_group.module - Adds a user to the configured default LDAP group.
- simple_ldap_active_group_blocked in contrib/
simple_ldap_active_group/ simple_ldap_active_group.module - Removes a user from the configured default LDAP group.
- simple_ldap_active_group_user_delete in contrib/
simple_ldap_active_group/ simple_ldap_active_group.module - Implements hook_user_delete().
- simple_ldap_requirements in ./
simple_ldap.install - Implements hook_requirements().
- simple_ldap_role_admin in simple_ldap_role/
simple_ldap_role.admin.inc - Simple LDAP Role configuration form.
- simple_ldap_role_cron in simple_ldap_role/
simple_ldap_role.module - Implements hook_cron().
- 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_role_variable_get in simple_ldap_role/
simple_ldap_role.module - Returns the value for the specified variable.
- simple_ldap_server_check in ./
simple_ldap.admin.inc - Run some basic tests to make debugging LDAP connections easier.
- simple_ldap_sso_get_attribute_options in simple_ldap_sso/
simple_ldap_sso.admin.inc - Returns an array of LDAP attributes.
- simple_ldap_user_admin in simple_ldap_user/
simple_ldap_user.admin.inc - Simple LDAP User configuration form.
- simple_ldap_user_class_attrs_as_options in simple_ldap_user/
simple_ldap_user.module - Given an array of objectClasses, return an array with the attributes in a hierarchy, grouped by objectClass, and suitable for FAPI select elements.
- simple_ldap_user_drush_scan_all in simple_ldap_user/
simple_ldap_user.drush.inc - simple_ldap_user_form_alter in simple_ldap_user/
simple_ldap_user.module - Implements hook_form_alter().
- simple_ldap_user_import in simple_ldap_user/
simple_ldap_user.admin.inc - Form to handle mass user import.
- simple_ldap_user_menu_alter in simple_ldap_user/
simple_ldap_user.module - Implements hook_menu_alter().
- simple_ldap_user_parent_objectclasses in simple_ldap_user/
simple_ldap_user.module - simple_ldap_user_sync_user_to_ldap in simple_ldap_user/
simple_ldap_user.module - Synchronizes Drupal user properties to LDAP.
- simple_ldap_user_user_operations in simple_ldap_user/
simple_ldap_user.module - Implements hook_user_operations().
- simple_ldap_user_variable_get in simple_ldap_user/
simple_ldap_user.module - Returns the value for the specified variable.
- _simple_ldap_user_check_existing_by_mail in simple_ldap_user/
simple_ldap_user.drush.inc