I want to disable GNOME keyring globally on my machine. So I deleted the lines
auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start
in /etc/pam.d/gdm
. It seems to me that this has no effect. When I lock in the syslog writes
Aug 24 18:37:03 foobar gnome-screensaver-dialog: gkr-pam: unlocked login keyring
and another user sees a menu window where he hs to enter his credentials. So what is the correct way to disable keyring for every user on that machine?
Best Answer
Try this: System ⇒ Preferences ⇒ Startup Applications and uncheck
gnome-keyring-daemon
.