ports/x11/lightdm/files/patch-data_pam_lightdm-greeter
Ben Woods 81a45042c3 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)
2016-12-26 06:53:37 +00:00

18 lines
538 B
Text

--- 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