Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751388 - x11-misc/lightdm: add gnome-keyring support
Summary: x11-misc/lightdm: add gnome-keyring support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-26 19:32 UTC by Alexander Tsoy
Modified: 2022-08-09 13:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2020-10-26 19:32:21 UTC
Please add gnome-keyring support. Something like this should be added to /etc/pam.d/lightdm:

-auth       optional    pam_gnome_keyring.so
-session    optional    pam_gnome_keyring.so auto_start

Some examples from other distributions:
https://src.fedoraproject.org/rpms/lightdm/blob/master/f/lightdm.pam
https://salsa.debian.org/xfce-extras-team/lightdm/-/blob/debian/master/debian/patches/05_debianize-pam-files.patch
Comment 1 Marek Szuba archtester gentoo-dev 2022-08-09 13:26:16 UTC
I really would rather the users interested in using this added the relevant lines to PAM configuration themselves. Less messing around with PAM at ebuild level - smaller chance of blowing things up for everyone.