Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_ntlm turning off .htaccess authentication

Status
Not open for further replies.

vlz

IS-IT--Management
Aug 11, 2002
56
IL
Hello,
I'm running Apache2 under RedHat 8, using mod_ntlm for NT domain.
When mod_ntlm uploaded, it doesn't allow basic authentication
which I use for selective directories using .htaccess
Here my .htaccess file:

AuthName ByPassword
AuthType Basic
AuthUserFile <path_to_file>

<Limit GET>
require user admin
</Limit>

What is the exact directive to configure .htaccess
co-exist with ntlm mode?
Any help appreciated & thanks in advance.

Luda

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top