diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
commit | 81a45042c342bf0f62a4c96fb97d90ec979d9f23 (patch) | |
tree | 590486ac88d7babc478cab49e7a99301356865d8 /x11/lightdm/files/patch-data_pam_lightdm-greeter | |
parent | games/openbor: skip non-existing bor.pak (diff) |
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite
WWW: https://www.freedesktop.org/wiki/Software/LightDM/
lightdm-gtk-greeter is the reference GTK+ greeter for LightDM.
WWW: https://launchpad.net/lightdm-gtk-greeter
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'x11/lightdm/files/patch-data_pam_lightdm-greeter')
-rw-r--r-- | x11/lightdm/files/patch-data_pam_lightdm-greeter | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/lightdm/files/patch-data_pam_lightdm-greeter b/x11/lightdm/files/patch-data_pam_lightdm-greeter new file mode 100644 index 000000000000..77496c0095ae --- /dev/null +++ b/x11/lightdm/files/patch-data_pam_lightdm-greeter @@ -0,0 +1,18 @@ +--- data/pam/lightdm-greeter.orig 2015-08-09 23:30:00 UTC ++++ data/pam/lightdm-greeter +@@ -1,7 +1,7 @@ + #%PAM-1.0 + + # Load environment from /etc/environment and ~/.pam_environment +-auth required pam_env.so ++#auth required pam_env.so + + # Always let the greeter start without authentication + auth required pam_permit.so +@@ -13,5 +13,4 @@ account required pam_permit.so + password required pam_deny.so + + # Setup session +-session required pam_unix.so +-session optional pam_systemd.so ++session required pam_permit.so |