Description of problem: The specfile for the pwauth package does not install the unixgroup executable. This can be used to perform group based authentication. Version-Release number of selected component (if applicable): 2.3.10-1.el6 How reproducible: Always Steps to Reproduce: 1. yum install pwauth 2. ls /usr/bin/unixgroup Actual results: No such file. Expected results: /usr/bin/unixgroup Additional info: the following lines need to be added to the specfile. In %install install -p -m 4750 -t %{buildroot}%{_bindir} unixgroup In %files %attr(4750,root,apache) %{_bindir}/unixgroup
(In reply to comment #0) > [...] > Additional info: > > the following lines need to be added to the specfile. > > In %install > install -p -m 4750 -t %{buildroot}%{_bindir} unixgroup > > In %files > %attr(4750,root,apache) %{_bindir}/unixgroup Actually, making this setuid would be pointless. It does not need to read the /etc/shadow file, so doesn't need that capability. Group membership querying is an unprivileged operation. 0750 or 0755 would probably be adequate.
pwauth-2.3.10-4.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pwauth-2.3.10-4.el6
pwauth-2.3.10-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/pwauth-2.3.10-4.fc17
pwauth-2.3.10-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pwauth-2.3.10-4.fc18
Package pwauth-2.3.10-4.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing pwauth-2.3.10-4.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0760/pwauth-2.3.10-4.el6 then log in and leave karma (feedback).
pwauth-2.3.10-4.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.
pwauth-2.3.10-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pwauth-2.3.10-5.fc18
pwauth-2.3.10-5.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/pwauth-2.3.10-5.fc17
pwauth-2.3.10-5.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
pwauth-2.3.10-5.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.