ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/doc/libpam-gnome-keyring
Dwayne Hart 148999cf35 Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
..
README.Debian Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
changelog.Debian.gz Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
copyright Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30

README.Debian

pam_gnome_keyring for Debian
----------------------------

The default PAM configuration for GDM and gnome-screensaver already 
uses pam_gnome_keyring. Password change is also implemented through the 
global PAM configuration.

If you want to start gnome_keyring from another display manager, you 
need to add the following lines to the corresponding /etc/pam.d/?dm 
file:
    auth    optional        pam_gnome_keyring.so
    session optional        pam_gnome_keyring.so  auto_start

 -- Josselin Mouette <joss@debian.org>, Sun, 25 Nov 2007 11:53:10 +0100