Displaying 1 result from an estimated 1 matches for "usrjos".
Did you mean:
usrjoe
2006 Jun 11
1
mod_ntlm_winbind
...on
AuthType NTLM
require valid-user
--perms for apache2 user--
setfacl -m u:wwwrun:rx /var/lib/samba/winbindd_privileged
Testing
----------
Well, accesing the page asks for user/password, if i give "usrjoe" +
"mypasswd" it gives me an 401 error code. If i enter "DOMAIN\usrjose" +
"mypassword", I get an 500 error code and find this in error_log:
[Wed Jun 07 04:26:09 2006] [error] [client 10.129.7.146] (2)No such file or
directory: couldn't spawn child ntlm helper process: ntlm_auth, referer:
http://10.129.4.50/nagios/side.html
I hope you understan...