You are here

Functions in Lightweight Directory Access Protocol (LDAP) 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_ldap_attributes_needed_alter ldap_servers/ldap_servers.api.php Perform alterations of ldap attributes before query is made.
hook_ldap_authentication_allowuser_results_alter ldap_authentication/ldap_authentication.api.php Allow a custom module to examine the user's ldap details and refuse authentication. See also: http://drupal.org/node/1634930
hook_ldap_authorization_authorizations_alter ldap_authorization/ldap_authorization.api.php Allow a custom module to alter ldap_authorizations after they have been determined by ldap_authorizations, but before they are granted/removed from user.
hook_ldap_authorization_maps_alter ldap_authorization/ldap_authorization.api.php Allow a custom module to alter ldap_authorization mappings
hook_ldap_entry_post_provision ldap_servers/ldap_servers.api.php Allows modules to react to provisioning of ldap entries.
hook_ldap_entry_pre_provision_alter ldap_servers/ldap_servers.api.php Allows other modules to alter ldap entry or perform other necessary LDAP operations before entires are provisioned. This should be invoked before provisioning ldap entries
hook_ldap_servers_user_cron ldap_servers/ldap_servers.api.php Allows other modules to periodically affect an ldap associated user or its corresponding ldap entry.
hook_ldap_servers_user_cron_needed ldap_servers/ldap_servers.api.php helper hook to see if a batch of ldap users needs to be queried
hook_ldap_server_search_results_alter ldap_servers/ldap_servers.api.php Allow the results from the ldap search answer to be modified The query parameters are provided as context infomation (readonly)
hook_ldap_user_alter ldap_servers/ldap_servers.api.php Perform alterations of $ldap_user variable.
hook_ldap_user_attrs_list_alter ldap_user/ldap_user.api.php hook_ldap_user_attrs_alter().
hook_ldap_user_edit_user_alter ldap_user/ldap_user.api.php Allow modules to alter the user object in the context of an ldap entry during synchronization
ldap_api_version ldap_servers/ldap_servers.module Advertise the current ldap api version
ldap_authentication_admin_form ldap_authentication/ldap_authentication.admin.inc form for adding, updating, and deleting a single ldap authorization mapping 1
ldap_authentication_admin_form_submit ldap_authentication/ldap_authentication.admin.inc submit handler function for ldap_authentication_admin_form
ldap_authentication_admin_form_validate ldap_authentication/ldap_authentication.admin.inc validate handler for the ldap_authentication_admin_form
ldap_authentication_core_override_user_login_authenticate_validate ldap_authentication/ldap_authentication.module A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID. 1
ldap_authentication_corresponding_drupal_user ldap_authentication/ldap_authentication.inc given authname, determine if corresponding drupal account exists and is authmapped 1
ldap_authentication_fail_response ldap_authentication/ldap_authentication.inc 1
ldap_authentication_form_user_login_alter ldap_authentication/ldap_authentication.module Implements hook_form_FORM_ID_alter(). for user_login
ldap_authentication_form_user_login_block_alter ldap_authentication/ldap_authentication.module Implements hook_form_FORM_ID_alter(). for user_login_block
ldap_authentication_form_user_pass_alter ldap_authentication/ldap_authentication.module Implements hook_form_FORM_ID_alter().
ldap_authentication_form_user_profile_form_alter ldap_authentication/ldap_authentication.module Implements hook_form_FORM_ID_alter(). for user_profile_form
ldap_authentication_get_valid_conf ldap_authentication/ldap_authentication.module get LdapAuthenticationConf object 13
ldap_authentication_help ldap_authentication/ldap_authentication.module Implements hook_help().
ldap_authentication_info ldap_authentication/ldap_authentication.module Implements hook_info().
ldap_authentication_install ldap_authentication/ldap_authentication.install Implements hook_install().
ldap_authentication_ldap_authenticated ldap_authentication/ldap_authentication.module 5
ldap_authentication_ldap_integration6_to_ldap7 ldap_authentication/ldap_authentication.install
ldap_authentication_ldap_server_in_use ldap_authentication/ldap_authentication.module Implements hook_ldap_ldap_server_in_use().
ldap_authentication_menu ldap_authentication/ldap_authentication.module Implements hook_menu().
ldap_authentication_menu_alter ldap_authentication/ldap_authentication.module Implements hook_menu_alter(). since menu items are cached, only useful to add or alter callbacks for ldap authentication driven menu items.
ldap_authentication_requirements ldap_authentication/ldap_authentication.install Implements hook_requirements().
ldap_authentication_show_ldap_help_link ldap_authentication/ldap_authentication.module 1
ldap_authentication_show_reset_pwd ldap_authentication/ldap_authentication.module 2 1
ldap_authentication_test_credentials ldap_authentication/ldap_authentication.inc 1
ldap_authentication_theme ldap_authentication/ldap_authentication.module Implements hook_theme().
ldap_authentication_uninstall ldap_authentication/ldap_authentication.install Implements hook_uninstall().
ldap_authentication_update_7100 ldap_authentication/ldap_authentication.install ldap_authentication and ldap_sso. enable ldap_sso if sso was enabled in ldap_authentication previously
ldap_authentication_user_insert ldap_authentication/ldap_authentication.module Implements hook_user_insert().
ldap_authentication_user_login_authenticate_validate ldap_authentication/ldap_authentication.module validate function for user logon forms. 1 1
ldap_authentication_user_pass_validate ldap_authentication/ldap_authentication.module 1
ldap_authentication_user_presave ldap_authentication/ldap_authentication.module Implements hook_user_presave(). A user account is about to be created or updated.
ldap_authentication_user_update ldap_authentication/ldap_authentication.module Implements hook_user_update().
ldap_authorizations_admin_index ldap_authorization/ldap_authorization.admin.inc index of ldap authorization configurations 1
ldap_authorizations_user_authorizations ldap_authorization/ldap_authorization.module @rationale: need not be called from hook_user, so this function separated out so it can be called from a batch synchronization process for example 6
ldap_authorization_admin_form ldap_authorization/ldap_authorization.admin.inc form for adding, updating, and deleting a single ldap authorization configuration 1
ldap_authorization_admin_form_submit ldap_authorization/ldap_authorization.admin.inc submit handler function for ldap_authorization_admin_form
ldap_authorization_admin_form_validate ldap_authorization/ldap_authorization.admin.inc validate handler for the ldap_authorization_admin_form
ldap_authorization_cleanse_empty_og_fields ldap_authorization/ldap_authorization.module this is a workaround for og 7.x-2.x bug I believe 1

Pages

Other projects