You are here

15 calls to ldap_authentication_get_valid_conf() in Lightweight Directory Access Protocol (LDAP) 7.2

LdapAuthenticationTestCase::setSsoServerEnvironment in ldap_authentication/tests/ldap_authentication.test
Set mock server variables for sso tests.
LdapAuthenticationTestCase::testAuthenticationWhitelistTests in ldap_authentication/tests/ldap_authentication.test
LdapAuthenticationTestCase::testUI in ldap_authentication/tests/ldap_authentication.test
Make sure user admin interface works.
ldap_authentication_form_user_pass_alter in ldap_authentication/ldap_authentication.module
Implements hook_form_FORM_ID_alter().
ldap_authentication_init in ldap_authentication/ldap_authentication.module
Implements hook_init().
ldap_authentication_ldap_server_in_use in ldap_authentication/ldap_authentication.module
Implements hook_ldap_ldap_server_in_use().
ldap_authentication_menu_alter in 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_validate in ldap_authentication/ldap_authentication.pages.inc
Form validator for updating the profile.
ldap_authentication_show_ldap_help_link in ldap_authentication/ldap_authentication.module
ldap_authentication_show_reset_pwd in ldap_authentication/ldap_authentication.module
ldap_authentication_user_pass_validate in ldap_authentication/ldap_authentication.module
_ldap_authentication_form_user_profile_form_alter in ldap_authentication/ldap_authentication.inc
Alter user editing form (profile form) based on ldap authentication configuration.
_ldap_authentication_login_form_alter in ldap_authentication/ldap_authentication.inc
Helper function for ldap_authn_form_user_login_block_alter and ldap_authn_form_user_login_alter.
_ldap_authentication_user_login_authenticate_validate in ldap_authentication/ldap_authentication.inc
User form validation will take care of username, pwd fields this function validates ldap authentication specific.
_ldap_authentication_verify_user_profile in ldap_authentication/ldap_authentication.module
Helper function that determines whether or not the user's profile is valid or needs to be updated on login.