You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Scott Baverstock <sb...@ttlchiltern.co.uk> on 2005/05/05 15:00:55 UTC

[users@httpd] overriding mod_auth_sspi from .htaccess

Platform - Win2000, Apache/2.0.47, mod_auth_sspi/1.0.1, PHP/4.3.2
 
Hi there,
 
In my httpd.conf file I currently have the following -
 
<Directory />
        AllowOverride All
 AuthName "TTL Chiltern"
        AuthType SSPI
        SSPIAuth On
        SSPIAuthoritative On
        SSPIDomain HIGHWYCOMBE
        require valid-user
</Directory>

within a virtualhost directive.  I have tried to override this in a
directory using an .htaccess file with the following single line -
 
AuthType Basic
 
but when accessing scripts within this directory I still  get the NTLM
headers.
 
Can someone please suggest how I might get around this.
 
TIA
 
Scott