Date: Fri, 15 Apr 2022 22:58:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNjMzMDldIHgxMS9nZG0gZG9lcyBub3QgdW5sb2NrIHRo?= =?UTF-8?B?ZSB1c2Vy4oCZcyBrZXlyaW5nIGluIHRoZSBjb3Vyc2Ugb2YgbG9naW4=?= Message-ID: <bug-263309-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263309 Bug ID: 263309 Summary: x11/gdm does not unlock the user=E2=80=99s keyring in t= he course of login Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: cyclaero@gmail.com Flags: maintainer-feedback?(gnome@FreeBSD.org) Assignee: gnome@FreeBSD.org 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_st= art --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263309-7788>