Bug 924881
Summary: | Install unixgroup from pwauth for group based auth | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Spenser Gilliland <Spenser309> |
Component: | pwauth | Assignee: | Philip Prindeville <philipp> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | el6 | CC: | philipp, pwouters, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pwauth-2.3.10-5.fc17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-08 16:50:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Spenser Gilliland
2013-03-22 18:10:23 UTC
(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. |