You are here

53 calls to ldap_servers_get_servers() in Lightweight Directory Access Protocol (LDAP) 7.2

hook_ldap_attributes_needed_alter in ldap_servers/ldap_servers.api.php
Perform alterations of ldap attributes before query is made.
LdapAuthenticationConf::load in ldap_authentication/LdapAuthenticationConf.class.php
LdapAuthenticationConfAdmin::validate in ldap_authentication/LdapAuthenticationConfAdmin.class.php
Validate object, not form.
LdapAuthenticationConfAdmin::__construct in ldap_authentication/LdapAuthenticationConfAdmin.class.php
LdapAuthenticationTestCase::testAuthenticationWhitelistTests in ldap_authentication/tests/ldap_authentication.test
LdapAuthenticationTestCase::testExclusiveModeUserLogon in ldap_authentication/tests/ldap_authentication.test
LDAP Authentication Exclusive Mode User Logon Test (ids = LDAP_authen.EM.ULT.*)
LdapAuthenticationTestCase::testMixedModeUserLogon in ldap_authentication/tests/ldap_authentication.test
LDAP Authentication Mixed Mode User Logon Test (ids = LDAP_authen.MM.ULT.*)
LdapAuthenticationTestCase::testSSOUserLogon in ldap_authentication/tests/ldap_authentication.test
LDAP Authentication Exclusive Mode User Logon Test (ids = LDAP_authen.EM.ULT.*)
LdapAuthorizationBasicTests::testUIForms in ldap_authorization/tests/BasicTests.test
LdapAuthorizationConsumerConf::loadFromDb in ldap_authorization/LdapAuthorizationConsumerConf.class.php
LdapQueryAdmin::drupalForm in ldap_query/LdapQueryAdmin.class.php
LdapServersTestCase::testUIForms in ldap_servers/tests/ldap_servers.test
LdapTestFunctions::setFakeServerUserAttribute in ldap_test/LdapTestFunctions.class.php
LdapUserConf::deleteProvisionedLdapEntries in ldap_user/LdapUserConf.class.php
Given a drupal account, delete ldap entry that was provisioned based on it normally this will be 0 or 1 entry, but the ldap_user_provisioned_ldap_entries field attached to the user entity track each ldap entry provisioned.
LdapUserConf::getProvisionRelatedLdapEntry in ldap_user/LdapUserConf.class.php
Given a drupal account, find the related ldap entry.
LdapUserConf::ldapAssociateDrupalAccount in ldap_user/LdapUserConf.class.php
Set ldap associations of a drupal account by altering user fields.
LdapUserConf::provisionDrupalAccount in ldap_user/LdapUserConf.class.php
Given a drupal account, query ldap and get all user fields and save user account (note: parameters are in odd order to match synchDrupalAccount handle)
LdapUserConf::provisionLdapEntry in ldap_user/LdapUserConf.class.php
Given a drupal account, provision an ldap entry if none exists. if one exists do nothing.
LdapUserConf::setSynchMapping in ldap_user/LdapUserConf.class.php
@todo change default to false after development
LdapUserConf::synchToDrupalAccount in ldap_user/LdapUserConf.class.php
Given a drupal account, query ldap and get all user fields and create user account.
LdapUserConf::synchToLdapEntry in ldap_user/LdapUserConf.class.php
Given a drupal account, synch to related ldap entry.
LdapUserConfAdmin::checkPuidOrphans in ldap_user/LdapUserConfAdmin.class.php
LdapUserConfAdmin::drupalForm in ldap_user/LdapUserConfAdmin.class.php
Generate admin form for ldapUserConf object.
LdapUserConfAdmin::__construct in ldap_user/LdapUserConfAdmin.class.php
LdapUserIntegrationTests::testDrupalAccountsOrphaned in ldap_user/tests/ldap_user.test
Test cron function for dealing with ldap associated users who no longer have ldap entries
LdapUserIntegrationTests::testProvisionToLdap in ldap_user/tests/ldap_user.test
Integration tests for provisioning to ldap.
LdapUserUnitTests::testProvisionToDrupal in ldap_user/tests/ldap_user.test
LdapUserUnitTests::testUnitTests in ldap_user/tests/ldap_user.test
Make sure install succeeds and ldap user functions/methods work.
ldap_authorizations_admin_index in ldap_authorization/ldap_authorization.admin.inc
Index of ldap authorization configurations.
ldap_authorization_admin_form in ldap_authorization/ldap_authorization.admin.inc
Form for adding, updating, and deleting a single ldap authorization configuration.
ldap_feeds_drupal_user_legend in ldap_feeds/ldap_feeds.module
Add additional data to mapping form for drupal user fetcher.
ldap_help_get_ldap_authorization in ldap_help/ldap_help.status.inc
ldap_help_get_ldap_servers in ldap_help/ldap_help.status.inc
ldap_servers_admin_delete in ldap_servers/ldap_servers.admin.inc
Implements the LDAP server delete page.
ldap_servers_admin_enable_disable in ldap_servers/ldap_servers.admin.inc
Implements the LDAP server delete page.
ldap_servers_cache_clear in ldap_servers/ldap_servers.module
ldap_servers_flush_server_cache in ldap_servers/ldap_servers.module
Flush server static cache.
ldap_servers_get_user_ldap_data in ldap_servers/ldap_servers.module
@todo needs caching element. several modules could potentially call this in the same page request.
ldap_servers_ldap_attributes_needed_alter in ldap_servers/ldap_servers.module
Implements hook_ldap_attributes_needed_alter().
ldap_servers_no_enabled_servers_msg in ldap_servers/ldap_servers.module
ldap_servers_requirements in ldap_servers/ldap_servers.install
Implements hook_requirements().
ldap_servers_servers_list in ldap_servers/ldap_servers.admin.inc
LDAP servers list.
ldap_servers_test_form in ldap_servers/ldap_servers.test_form.inc
Implements the LDAP server test page.
ldap_servers_test_form_submit in ldap_servers/ldap_servers.test_form.inc
Submit hook for the LDAP server form.
ldap_servers_test_form_validate in ldap_servers/ldap_servers.test_form.inc
Validate hook for the LDAP server form.
ldap_servers_token_show_sample_user_tokens in ldap_servers/ldap_servers.tokens.inc
ldap_servers_update_7205 in ldap_servers/ldap_servers.install
Fix any double serialized ldap server basedns.
ldap_user_ldap_attributes_needed_alter in ldap_user/ldap_user.module
Implements hook_ldap_attributes_needed_alter().
ldap_user_user_login in ldap_user/ldap_user.module
Implements hook_user_login().
ldap_user_user_presave in ldap_user/ldap_user.module
Implements hook_user_presave()
ldap_user_ws in ldap_user/ldap_user.ws.inc
_ldap_authorizations_user_authorizations in ldap_authorization/ldap_authorization.inc
Return all desired authorizations for a given user.
_ldap_user_orphans in ldap_user/ldap_user.cron.inc
Function to respond to ldap associated drupal accounts which no longer have a related LDAP entry.