Bug 665063 - add support for the postlogin PAM stack to passwd
Summary: add support for the postlogin PAM stack to passwd
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: passwd
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 665059
Blocks: 486152 F15Target
TreeView+ depends on / blocked
 
Reported: 2010-12-22 15:46 UTC by Paolo Bonzini
Modified: 2011-02-08 21:16 UTC (History)
7 users (show)

Fixed In Version: passwd-0.78-3.fc15
Doc Type: Enhancement
Doc Text:
Clone Of: 486152
Environment:
Last Closed: 2011-02-08 21:16:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to the package (1.32 KB, patch)
2010-12-22 15:58 UTC, Paolo Bonzini
pbonzini: review?
Details | Diff

Description Paolo Bonzini 2010-12-22 15:46:17 UTC
In order to use the automount feature of ecryptfs, for the ~/Private folder, some modifications to /etc/pam.d/system-auth are required.  In order to integrate pam_ecryptfs.so awareness into authconfig, we decided to create a new PAM stack.  This is because of the wide usage of "sufficient" modules for the primary authentication modules (pam_unix, pam_krb5, pam_sss, pam_ldap) in the configurations generated by authconfig.

Comment 1 Paolo Bonzini 2010-12-22 15:58:07 UTC
Created attachment 470228 [details]
patch to the package

Here is the body of the patch:

--- passwd.pamd.postlogin
+++ passwd.pamd
@@ -3,3 +3,4 @@
 account    include	system-auth
 password   substack	system-auth
 -password   optional	pam_gnome_keyring.so use_authtok
+password   substack     postlogin

Comment 2 Paolo Bonzini 2011-02-01 16:15:41 UTC
Comment on attachment 470228 [details]
patch to the package

Patch used to build http://koji.fedoraproject.org//koji/taskinfo?taskID=2754243 -- please review and apply.


Note You need to log in before you can comment on or make changes to this bug.