You are here

27 calls to ldap_user_conf() in Lightweight Directory Access Protocol (LDAP) 7.2

LdapAuthenticationConf::allowUser in ldap_authentication/LdapAuthenticationConf.class.php
Decide if a username is excluded or not.
LdapAuthenticationTestCase::testSSOUserLogon in ldap_authentication/tests/ldap_authentication.test
LDAP Authentication Exclusive Mode User Logon Test (ids = LDAP_authen.EM.ULT.*)
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.
LdapUserUITests::testUI in ldap_user/tests/ldap_user.test
Make sure user admin interface works. (its a beast)
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_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_user_admin_form in ldap_user/ldap_user.admin.inc
Form for adding, updating, and deleting a single ldap authorization mapping.
ldap_user_admin_form_submit in ldap_user/ldap_user.admin.inc
Submit handler function for ldap_user_admin_form.
ldap_user_admin_form_validate in ldap_user/ldap_user.admin.inc
Validate handler for the ldap_user_admin_form.
ldap_user_conf_cache_clear in ldap_user/ldap_user.module
ldap_user_cron in ldap_user/ldap_user.module
Implements hook_cron().
ldap_user_form_register_form_submit2 in ldap_user/ldap_user.module
Called after user_register_form_submit .*
ldap_user_form_register_form_validate in ldap_user/ldap_user.module
ldap_user_form_user_register_form_alter in ldap_user/ldap_user.module
Implements hook_form_FORM_ID_alter(). for user_register_form.
ldap_user_ldap_attributes_needed_alter in ldap_user/ldap_user.module
Implements hook_ldap_attributes_needed_alter().
ldap_user_provision_to_drupal in ldap_user/ldap_user.module
Api function for ldap associated user provisioning note: does no checking if synching is enabled or configured for a given context.
ldap_user_synch_to_drupal in ldap_user/ldap_user.module
Api function for synching note: does no checking if synching is enabled or configured for a given context.
ldap_user_test_form_submit in ldap_user/ldap_user.test_form.inc
Submit hook for the LDAP server form.
ldap_user_update_7206 in ldap_user/ldap_user.install
Set an appropriate default value for accountsWithSameEmail.
ldap_user_user_delete in ldap_user/ldap_user.module
Implements hook_user_delete().
ldap_user_user_insert in ldap_user/ldap_user.module
Implements hook_user_insert().
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_user_update in ldap_user/ldap_user.module
Implements hook_user_update()
theme_ldap_user_conf_form in ldap_user/ldap_user.theme.inc
Turns array of variables to a form embedded in one table for each ldap server.