On Wed, 9 Mar 2011, Dvorkin, Asya wrote: > I was wondering if there is a way to do http authentication without passing my username/password considering server is already binded to AD, thus authenticated. > > Would I be able to utilize PAM authentication for this purpose? mod_auth_kerb can use kerberos tickets to handle the authentication, thus avoiding the need to pass a username and password to the web server. jh