You are here

Functions in LDAP Single Sign On 7

Primary tabs

Namesort descending Location Description Direct uses Strings
ldap_sso_boot ./ldap_sso.module 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 ./ldap_sso.module Implements hook_menu().
ldap_sso_user_login_sso ./ldap_sso.module 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 ./ldap_sso.module Implements hook_user_logout().

Other projects