Functions in LDAP Single Sign On 7
Primary tabs
- LDAP Single Sign On 6
- LDAP Single Sign On 7.2
- LDAP Single Sign On 7(active tab)
- LDAP Single Sign On 8.4
- LDAP Single Sign On 8
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
ldap_sso_boot |
./ |
Implements hook_boot(). Perform setup tasks. This entry point is used because hook_user_load no longer runs on anonymous users, and hook_boot is guaranteed to run, regardless of cache | ||
ldap_sso_menu |
./ |
Implements hook_menu(). | ||
ldap_sso_user_login_sso |
./ |
A proxy function for the actual authentication routine. This is in place so various implementations of grabbing NTLM credentials can be used and selected from an administration page. This is the real gatekeeper since this assumes that any NTLM… | 1 | |
ldap_sso_user_logout |
./ |
Implements hook_user_logout(). |