Forum Moderators: phranque

Message Too Old, No Replies

mod_ntlm turning off .htaccess authentication

configuration problem

         

ludac

11:51 am on Mar 23, 2006 (gmt 0)

10+ Year Member



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

coopster

6:12 pm on Mar 23, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, ludac.

You can't use mod_ntlm on Apache 2, you need mod_ntlm2. The documentation is a bit dated, but should still work for you.
[modntlm.sourceforge.net...]

ludac

6:04 am on Mar 26, 2006 (gmt 0)

10+ Year Member



Sorry for mislead you, it's mod_ntlm2 ( 2-0.1 version )