Bug 165342
| Summary: | Please include a simple mechanism to add PAM modules | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Linus van Geuns <vangeuns> |
| Component: | authconfig | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | Keywords: | FutureFeature |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | authconfig-5.0.4-1 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-12-05 16:48:49 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: | |||
|
Description
Linus van Geuns
2005-08-08 10:23:43 UTC
I'll consider this for in the development process for FC. Your proposed solution wouldn't be universal enough. The PAM configuration is now written in system-auth-ac file which is then symlinked from system-auth, the symlink is not overwritten so local PAM configuration is now possible. You just create for example system-auth-local and change the /etc/pam.d/system-auth symlink to point to that file. You can also 'include' the system-auth-ac if you just want to add some pam modules before or after the system-auth-ac configuration. |