Displaying 1 result from an estimated 1 matches for "confprod".
Did you mean:
condprop
2007 Aug 28
1
mod_auth_ntlm_winbind + IE problem
...pache 2 server running on Fedora 4.
- Computer is a member of the domain (security = ADS)
- The authentication seems to work fine, I can access shares, wbinfo -u/-g
returns a valid output, etc.
The authentication is enabled in Apache for a specific folder only.
<Directory "/var/www/html/confprod/v2" >
AuthName "NTLM Authentication thingy"
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
--debuglevel=10"
NTLMBasicAuthoritative on
AuthType NTLM
require valid-user
</Directory>
My problem is that IE gives me an e...