[Bug 263309] x11/gdm does not unlock th e user’s keyring in the course of login

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Apr 2022 22:58:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263309

            Bug ID: 263309
           Summary: x11/gdm does not unlock the user’s keyring in the
                    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_start

-- 
You are receiving this mail because:
You are the assignee for the bug.