maintainer-feedback requested: [Bug 263 309] x11/gdm does not unlock the user’s key ring in the course of login
Date: Fri, 15 Apr 2022 22:58:43 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody) <gnome@FreeBSD.org> for maintainer-feedback: Bug 263309: x11/gdm does not unlock the user’s keyring in the course of login https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263309 --- Description --- The keyring does not become unlocked because the file /usr/local/etc/pam.d/gdm-password is missing the respective directives for invoking the gnome-keyring-daemon. I copied over said file from an old gdm-3.28.4_6 installation, and this resolved the issue: # $OpenBSD: gdm-password,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $ # # gdm-password settings for pam(3) auth include system auth optional /usr/local/lib/pam_ck_connector.so auth optional /usr/local/lib/pam_gnome_keyring.so account required pam_nologin.so account include system password include system session include system session optional /usr/local/lib/pam_gnome_keyring.so auto_start