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
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