Bug 165342

Summary: Please include a simple mechanism to add PAM modules
Product: [Fedora] Fedora Reporter: Linus van Geuns <vangeuns>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: 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
Please include a simple mechanism to add PAM modules to the system-auth stack.
There are more complex setups than authconfig allows to configure and I don't
want to add them to every PAM service configuration file or rewrite
/etc/pam.d/system-auth every time authconfig was called.
A simple configuration containing a list of additional lines to include in
system-auth would be eough.

Comment 1 Tomas Mraz 2005-08-23 09:15:17 UTC
I'll consider this for in the development process for FC.

Comment 2 Tomas Mraz 2005-12-05 16:48:49 UTC
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.