You are here

Functions in Lightweight Directory Access Protocol (LDAP) 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_ldap_servers_set_password ldap_servers/ldap_servers.drush.inc Callback for the ldap-servers-set-password command.
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 check user's ldap details and refuse authentication.
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_alter ldap_authentication/ldap_authentication.api.php Allow a custom module to alter $ldap_user.
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.
hook_user_ldap_servers_username_to_ldapname_alter ldap_servers/ldap_servers.api.php Allows other modules to transform the Drupal login username to an LDAP UserName attribute. Invoked in LdapServer::userUsernameToLdapNameTransform()
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_check_for_email_template ldap_authentication/ldap_authentication.module Form submit callback to check for an email template and redirect if needed. 1 1
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. 15
ldap_authentication_help ldap_authentication/ldap_authentication.module Implements hook_help().
ldap_authentication_info ldap_authentication/ldap_authentication.module Implements hook_info().
ldap_authentication_init ldap_authentication/ldap_authentication.module Implements hook_init().
ldap_authentication_install ldap_authentication/ldap_authentication.install Implements hook_install().
ldap_authentication_ldap_authenticated ldap_authentication/ldap_authentication.module Determines if the passed user has a valid authmap record. 6
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_profile_update_form ldap_authentication/ldap_authentication.pages.inc Form constructor for updating the profile. 1
ldap_authentication_profile_update_form_submit ldap_authentication/ldap_authentication.pages.inc Form submit handler for updating the profile.
ldap_authentication_profile_update_form_validate ldap_authentication/ldap_authentication.pages.inc Form validator for updating the profile.
ldap_authentication_requirements ldap_authentication/ldap_authentication.install Implements hook_requirements().
ldap_authentication_rules_event_info ldap_authentication/ldap_authentication.rules.inc Implements hook_rules_event_info().
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
ldap_authentication_user_pass_validate ldap_authentication/ldap_authentication.module 1

Pages

Other projects