Kerberos Authentication via Apache

Russ Allbery rra at stanford.edu
Tue Jan 11 16:33:41 EST 2005


In comp.infosystems.www.servers.unix, scmoseman <scmoseman at gmail.com> writes:

> The website authenticates against the Windows domain.
> But it uses a pop-up box for the login authentication.
> I'm under the impression that it should use Kerberos
> tickets and get my domain login info without the need
> to request it from me.  I have seen it before, but I'm
> at a road block trying to figure out what I need to do.

You want SPNEGO authentication.  I'm not sure if mod_auth_krb can also do
that as well as validate basic auth via Kerberos.  The Apache module I'm
familiar with to do SPNEGO authentication is mod_auth_gss_krb5, available
from:

    <http://modgssapache.sourceforge.net/>

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>


More information about the Kerberos mailing list