Displaying 1 result from an estimated 1 matches for "ntlm_winbind_modul".
Did you mean:
ntlm_winbind_module
2006 Jul 05
0
Problem with mod_ntlm_winbind
...s successfully using ntlm_auth
for transparent authentication.
The mod_ntlm_winbind module seemed to compile correctly and I added
apache to the squid group so it could access the
/var/cache/samba/winbindd_privileged directory as user apache and I have
added to httpd.conf the following
LoadModule ntlm_winbind_module modules/mod_ntlm_winbind.so
and
<Directory "/var/www/html/auth">
AuthName "NTLM Authentication test"
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp"
NTLMBasicAuthoritative on
AuthType NTLM
require valid-user
<...