From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 Description of problem: If you use strace on /usr/lib/wbgroup it tries referencing /tmp/.winbindd, but I think on fedora the socket is either in /var/run/winbindd or in /var/cache/samba/winbindd_privileged There is a patch in the samba package that moves /tmp/.winbindd to /var/run/winbindd. That's all I know. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.setup samba to authenticate do a w2k ad 2.setup winbind 3.strace wb_group 4. enter "username group" 5. watch wb_group try to use /tmp/.winbindd Actual Results: you get an error, even if the user belongs to the group Expected Results: you should get an OK Additional info:
A patch for this is included in the latest rawhide squid RPM