On Sat, 4 Jun 2005, [iso-8859-1] "Peña, Botp" wrote:
ok, just got ntlm_auth to work. you have to chown/chggrp "winbindd_privileged" dir and everything under it with the cache_effective_user -wc, on my case, is "nobody".
You should only chgrp the directory, not it's content. Owner should not be changed. In fact you risk causing winbind to become quite upset if you change the owner of the directory or the content.
I cannot find this info on the squid faq. I hope it would be added.
It is there. From the Squid FAQ on winbind: winbind privileged pipe permissions (Samba-3.X) ntlm_auth requires access to the privileged winbind pipe in order to function properly. You enable this access by changing group of the winbind_privileged directory to the group you run Squid as (cache_effective_group setting in squid.conf). chgrp squid /path/to/winbind_privileged Regards Henrik