Bug 665780
Summary: | /usr/bin/sg has ceased to function for groups with a password; "Invalid password" | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Wendell Baker <wendellcraigbaker> | ||||||||
Component: | shadow-utils | Assignee: | Peter Vrabec <pvrabec> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | 14 | CC: | pvrabec, tmraz | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | shadow-utils-4.1.4.2-9.fc14 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 667593 (view as bug list) | Environment: | |||||||||
Last Closed: | 2011-01-08 21:25:32 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Wendell Baker
2010-12-26 23:05:46 UTC
This is not working for me in permissive mode on F15, not sure this is related to SELinux. Actually it is not related to SELinux at all. It is caused by completely broken getsgent code in shadow-utils lib. Also it incorrectly uses this code although glibc contains fine implementation of all the required gshadow utilities because shadow-utils code incorrectly expects them in shadow.h when they are in gshadow.h. So as a fix although the broken getsgent in the shadow utils should be eventually fixed, I propose to fix the build process of shadow-utils to use functions from glibc. Created attachment 471715 [details]
Patch making shadow utils to use gshadow functions from glibc
Created attachment 471882 [details]
another fix
this patch is fixing gshadow functions from shadow-utils
(In reply to comment #4) > Created attachment 471882 [details] > another fix > > this patch is fixing gshadow functions from shadow-utils There is a bug in the patch. Created attachment 471891 [details]
merge of both patches
shadow-utils-4.1.4.2-9.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/shadow-utils-4.1.4.2-9.fc14 shadow-utils-4.1.4.2-9.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 shadow-utils'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/shadow-utils-4.1.4.2-9.fc14 shadow-utils-4.1.4.2-9.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |