Hi,
I just purchased my Yubikey4 which I intended to use for one-factor authentication for logon to Fedora 25.
I followed the instructions found here:
http://blog.fpmurphy.com/2010/11/enable ... ra-14.htmlThis works fine for the GDM password authentication. However, immediately after logon I get a GNOME keyring popup prompting me for the password to continue. I've never seen this prompt before. After entering my keyring password everything works fine, but the whole idea was to avoid having to write my password. My GNOME keyring password and my user logon password are identical.
I'm a long time Linux user, but no expert on administration and configuration. What's causing this? Any suggestions on how to solve it?
Here is my gdm-password file:
Code:
auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
auth sufficient pam_yubico.so id=16 authfile=/etc/yubikeys
auth optional pam_gnome_keyring.so
auth include postlogin
account required pam_nologin.so
account include password-auth
password substack password-auth
-password optional pam_gnome_keyring.so use_authtok
session required pam_selinux.so close
session required pam_loginuid.so
session optional pam_console.so
session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
session include password-auth
session optional pam_gnome_keyring.so auto_start
session include postlogin
Thanks,
Erik