summaryrefslogtreecommitdiff
path: root/data/pam-lfs
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2021-09-22 13:24:48 -0400
committerRay Strode <halfline@gmail.com>2021-09-29 14:57:24 +0000
commitbd1594deb1ab99378e8a488a5ecbb515ba215ab9 (patch)
treeff2331ed8510aca38dc2edfcbcf69ba5a8896706 /data/pam-lfs
parent66bf05f86e333d8faed3c3b33811d6bc373d2bd5 (diff)
downloadgdm-bd1594deb1ab99378e8a488a5ecbb515ba215ab9.tar.gz
pam: Drop gdm-pin service
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
Diffstat (limited to 'data/pam-lfs')
-rw-r--r--data/pam-lfs/gdm-pin.pam17
1 files changed, 0 insertions, 17 deletions
diff --git a/data/pam-lfs/gdm-pin.pam b/data/pam-lfs/gdm-pin.pam
deleted file mode 100644
index 4c955c98..00000000
--- a/data/pam-lfs/gdm-pin.pam
+++ /dev/null
@@ -1,17 +0,0 @@
-# Begin /etc/pam.d/gdm-pin
-
-auth requisite pam_nologin.so
-auth required pam_env.so
-
-auth required pam_succeed_if.so uid >= 1000 quiet
-auth required pam_pin.so
-auth optional pam_gnome_keyring.so
-
-account include system-account
-password required pam_pin.so
-
-session required pam_limits.so
-session include system-session
-session optional pam_gnome_keyring.so auto_start
-
-# End /etc/pam.d/gdm-pin