https://bugzilla.novell.com/show_bug.cgi?id=421603 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=421603#c13 --- Comment #13 from Vincent Untz <vuntz@novell.com> 2008-10-31 01:20:18 MDT --- (In reply to comment #11 from Thorsten Kukuk)
Hm, then I understand the webpage wrong. My understanding was, that pam_gnome_keyring is doing nothing if no gnome-keyring daemon is running.
When you use the auto_start option, gnome-keyring will be spawned. So putting it in common-auth won't harm (we probably don't want to use auto_start here -- it really makes sense for session only) and putting it in common-password makes sense as you mentioned (it will always start the daemon if it doesn't run in this case, I've filed a bug upstream to stop the daemon too). So the main question is for the session case. Putting it in common-session without auto_start looks useless. So we'd be back to adding it to gdm only. Looking at the pam-config code, I guess we can detect the case when we're called for common-* and the case when we're called for a single config file: just look if op == -1 and fp == NULL for the latter. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.