diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-11 08:56:53 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-11 08:56:53 -0500 |
commit | 4ec14ae35451b9d04a6e7e07493a64d2bed5bafe (patch) | |
tree | 4b756521c482019840de9c8228fb490c1ce5629c | |
parent | 30baa4babdefc51f58a15d438973572e4fb4ad92 (diff) | |
download | infrastructure-4ec14ae35451b9d04a6e7e07493a64d2bed5bafe.tar.gz |
oops, accidentally broke sddm logins
-rw-r--r-- | files/etc/pam.d/sddm.freebsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/etc/pam.d/sddm.freebsd b/files/etc/pam.d/sddm.freebsd index cebac04..c222750 100644 --- a/files/etc/pam.d/sddm.freebsd +++ b/files/etc/pam.d/sddm.freebsd @@ -3,7 +3,6 @@ # if we want pam_kwallet5 to execute. # Hence, for sddm, we try krb5 only (no local accounts). auth sufficient pam_self.so no_warn -auth required pam_unix.so auth required /usr/local/lib/security/pam_krb5.so try_first_pass auth optional pam_exec.so /usr/local/libexec/pam-create-local-homedir auth optional pam_kwallet5.so |