From ef1443a2d1b613b4f00b2d17677a0e97d63471fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 22:57:12 +0100 Subject: ... --- hosts/surtr/http.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/surtr') diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix index 77a60034..938634a7 100644 --- a/hosts/surtr/http.nix +++ b/hosts/surtr/http.nix @@ -2,9 +2,9 @@ { config = { security.pam.services."webdav".text = '' - auth requisite pam_succeed_if.so user ingroup webdav - auth required pam_unix.so audit likeauth nullok nodelay - account sufficient pam_unix.so + auth requisite pam_succeed_if.so user ingroup webdav quiet_success + auth required pam_unix.so audit likeauth nullok nodelay quiet + account sufficient pam_unix.so quiet ''; users.groups."webdav" = {}; -- cgit v1.2.3