Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: document other keyname options for pam_systemd_loadkey | Jonathan Conder | 2024-04-18 | 1 | -2/+40 |
| | |||||
* | man: add pam_gnome_keyring to auth section after pam_systemd_loadkey | Jonathan Conder | 2024-04-17 | 1 | -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 Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | New PAM module: pam_systemd_loadkey | Jin Liu | 2023-10-31 | 1 | -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). |