I have Apache 2.2 setup on Win with mod_auth_sspi working. However, I would like to disable the login prompt. What I'm looking for is just the $_SERVER['REMOTE_USER'] if it is available. That way I can detect if someone has logged in already and if not, display an HTML login form (NOT browser prompt). Ideas?? Thanks
Apache w/ mod_auth_sspi