From fa29d792ad63319a92c46af1e36955a73c4dbcd0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 23:11:31 +0100 Subject: ... --- hosts/surtr/http.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix index e78a69fa..5c7ae754 100644 --- a/hosts/surtr/http.nix +++ b/hosts/surtr/http.nix @@ -3,7 +3,7 @@ config = { security.pam.services."webdav".text = '' auth requisite pam_succeed_if.so user ingroup webdav quiet_success - auth required pam_unix.so audit likeauth nullok nodelay quiet + auth required pam_unix.so likeauth nullok nodelay quiet account sufficient pam_unix.so quiet ''; users.groups."webdav" = {}; -- cgit v1.2.3