You are here

function theme_ldap_sso_message_not_found in LDAP Single Sign On 6

1 theme call to theme_ldap_sso_message_not_found()
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 138

Code

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