GNOME Bugzilla – Bug 558636
pam module: keyring should be stopped if it was started when changing password
Last modified: 2008-12-11 20:44:25 UTC
Looking at pam_chauthtok_update(), there's this comment: /* * We always start the daemon here, and don't respect the auto_start * argument. Because if the password is being changed, then making * the 'login' keyring match it is a priority. */ Totally makes sense. However, if we actually autostarted the daemon (ie, it was not running), then we should also stop it and I don't see this in the code (or am I missing something?)
Created attachment 122195 [details] [review] Patch for this Note that I didn't test the patch yet.
Tested the patch a bit and it seems to work fine.
Cool. Right on. Committed.