mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
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)
18 lines
538 B
Text
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
|