In comp.infosystems.www.servers.unix, scmoseman <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to