You are here

function theme_ldap_sso_message_not_authenticated in LDAP Single Sign On 6

1 theme call to theme_ldap_sso_message_not_authenticated()
ldap_sso_user_login in ./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…

File

./ldap_sso.module, line 142

Code

function theme_ldap_sso_message_not_authenticated($message) {
  return $message;
}