Description of problem: If squid is installed before samba-winbind, then the wbpriv group, when created, does not include squid. This results in ntlm_auth calls by squid failing. "failed due to [winbind client not authorized to use winbindd_pam_auth_auth_crap. Ensure permissions on /var/lib/samba/winbindd_privileged are set correctly." Installing samba-winbind first resolves the problem Version-Release number of selected component (if applicable): Fedora 12 x86_64 updated 2010/04/20. How reproducible: Always Steps to Reproduce: 1.During anaconda install check off squid 2.After Fedora is installed, yum install samba-squid 3. Actual results: In /etc/group with corresponding gshadow wbpriv:x:88: Expected results: In /etc/group with corresponding gshadow wbpriv:x:88:squid Additional info:
Same here on F13
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Reassigning to squid
I've renewed trigger in squid.spec then I've extended it about this lines: if ! getent group wbpriv >/dev/null 2>&1 ; then /usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || : fi It works fine for me. This trigger is invoked when samba-common (required by samba-winbind) is installed/upgraded. I've made a build in rawhide and the one should be available to test in rawhide repository in next hours. Please, give me a feedback. I'll backport it into f14 and olders when it works fine. Guenther, is this extension fine for you? What about the same conditional group 'wbpriv' insertion in samba-common subpackage?
Jiri we discussed exactly this approach a few days ago. Can you open a samba bug (maybe just clone) so that we can make sure to remember to do the change on our side?
squid-3.1.8-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc14
squid-3.1.8-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc13
squid-3.1.8-2.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update squid'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc14
squid-3.1.8-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
squid-3.1.8-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.