in reply to NTLM DOMAIN\USERNAME
Unfortunately, I have no idea if that would ever work on a Unix server (and I doubt it), but I thought I'd throw it out here anyway. It might just give you a lead to google on.LoadModule sspi_auth_module modules/mod_auth_sspi.so <Location /here> AuthName "Some realm" AuthType SSPI SSPIAuth On SSPIAuthoritative On require valid-user </LOCATION>
|
|---|