summaryrefslogtreecommitdiffstats
path: root/man/pam_systemd_loadkey.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: document other keyname options for pam_systemd_loadkeyJonathan Conder2024-04-181-2/+40
|
* man: add pam_gnome_keyring to auth section after pam_systemd_loadkeyJonathan Conder2024-04-171-0/+1
| | | | | | | | This is required because pam_sm_open_session [1] only looks at gkr_system_authtok, which is copied from the kernel keyring in pam_sm_authenticate. [1] https://gitlab.gnome.org/GNOME/gnome-keyring/-/blob/46.1/pam/gkr-pam-module.c?ref_type=tags
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* New PAM module: pam_systemd_loadkeyJin Liu2023-10-311-0/+99
This module reads password from kernel keyring and sets it as PAM authtok. It's inspired by gdm's pam_gdm, which reads the LUKS password stored by systemd-cryptsetup, so Gnome Keyring can be automatically unlocked if set to the same password (when autologin is enabled so the user doesn't enter a password in gdm).