mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
fe2b86d9f5
Upstream does not provide a config file anymore. SDDM still reads /usr/local/etc/sddm.conf if it is present, but the intended way to configure it now is using /usr/local/etc/sddm.conf.d/ directory. See man sddm.conf(5) for details. Also include a patch to make SDDM take /etc/login.conf into account. PR: 241519 Submitted by: Martin Birgmeier <d8zNeCFG@aon.at> (login.conf patch) Differential Revision: https://reviews.freebsd.org/D23579
19 lines
508 B
Plaintext
19 lines
508 B
Plaintext
--- services/sddm-greeter.pam.in.orig 2019-03-13 09:22:35 UTC
|
|
+++ services/sddm-greeter.pam.in
|
|
@@ -1,8 +1,5 @@
|
|
#%PAM-1.0
|
|
|
|
-# Load environment from /etc/environment and ~/.pam_environment
|
|
-auth required pam_env.so
|
|
-
|
|
# Always let the greeter start without authentication
|
|
auth required pam_permit.so
|
|
|
|
@@ -13,5 +10,4 @@ account required pam_permit.so
|
|
password required pam_deny.so
|
|
|
|
# Setup session
|
|
-session required pam_unix.so
|
|
-session optional @LOGIND_PAM_MODULE@
|
|
+session required pam_permit.so
|