summaryrefslogtreecommitdiff
path: root/data/pam-lfs
Commit message (Collapse)AuthorAgeFilesLines
* pam: Drop gdm-pin serviceRay Strode2021-09-291-17/+0
| | | | | | | | | | | | | gdm-pin was an experimental feature that was going to get added to gnome-shell many years ago. It never happened and these days it would probably be implemented a little different anyway. (It would probably use a gdm pam extension) There's no point keeping this service file around that we aren't using, so this commit drops it. Closes: https://gitlab.gnome.org/GNOME/gdm/-/issues/731
* pam-lfs,pam-redhat: get rid of gdm.pamRay Strode2016-09-071-17/+0
| | | | | These files haven't been used since multistack became a hard requirement.
* pam: grab cached password from systemd and pass it onRay Strode2016-08-191-0/+3
| | | | | | | | | | | | | If the user has an encrypted disk then systemd will cache the password they type into the keyring. It makes sense to try to use this password for automatic login purposes first, since on single user machines, the sole user password is likely to match the disk password. Of course if it doesn't work we'll fall back to the old way of doing automatic login without a password (and then the user will have to manualy enter if they need to for gnome-keyring or whatever) https://bugzilla.gnome.org/show_bug.cgi?id=769950
* data: Make pam_systemd optional in exherbo/fsPacho Ramos2013-10-161-1/+1
| | | | This prevents it from breakings setups building using --without-systemd
* data/pam-lfs: update for latest systemd/PAM changesArmin K2013-08-287-19/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706975
* data: update PAM configuration files for LFS distributionArmin K2013-07-304-9/+13
| | | | | | | Without this fix, GDM refuses to start up saying that pam_systemd.so isn't initialised. https://bugzilla.gnome.org/show_bug.cgi?id=696577
* Add gdm-pin service filesGiovanni Campagna2013-02-201-0/+20
| | | | | | | | | | | | Originally, the idea was to have pam-pin as an optional module in gdm-password, but since the PIN can easily get misconfigured, what we want here is to give the user a choice at the login screen, so we want two different conversations at the same time. The pin module is marked requisite, so if it fails we stop before touching the other modules and immediately report to the greeter (which then goes on with gdm-password) https://bugzilla.gnome.org/show_bug.cgi?id=693968
* pam: drop pam_loginuid from launch environment sessionRay Strode2013-02-041-1/+0
| | | | | | | | | | From https://bugzilla.redhat.com/show_bug.cgi?id=882385: "The loginuid is for actual logins by people. Its not intended for system use. All daemons should have loginuid set to -1, meaning that its a system process and not related to activity by a person." https://bugzilla.gnome.org/show_bug.cgi?id=693152
* data: add rest of LFS pam patchRay Strode2012-09-046-0/+103
I misapplied the previous patch and broke the build for everyone but me. This commit fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=683283