Date: Fri, 15 Apr 2022 22:58:43 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: =?UTF-8?B?bWFpbnRhaW5lci1mZWVkYmFjayByZXF1ZXN0ZWQ6IFtCdWcgMjYz?= =?UTF-8?B?MzA5XSB4MTEvZ2RtIGRvZXMgbm90IHVubG9jayB0aGUgdXNlcuKAmXMga2V5?= =?UTF-8?B?cmluZyBpbiB0aGUgY291cnNlIG9mIGxvZ2lu?= Message-ID: <bug-263309-6497-nmuAkI5y5w@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263309-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-263309-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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=E2=80=99s keyring in the cours= e of login https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263309 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263309-6497-nmuAkI5y5w>