From 619cbb0cc0b7f93ac742e693c03813a5e4585c97 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 24 Jul 2023 13:19:07 +0800 Subject: [PATCH] samba obey pam restrictions --- modules/networking/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking/samba.nix b/modules/networking/samba.nix index e985e27e..4a76fbc5 100644 --- a/modules/networking/samba.nix +++ b/modules/networking/samba.nix @@ -9,7 +9,6 @@ inputs: { enable = true; securityType = "user"; - enableWinbindd = true; extraConfig = '' workgroup = WORKGROUP @@ -17,6 +16,7 @@ inputs: server role = standalone server hosts allow = 192.168. 127. dns proxy = no + obey pam restrictions = no ''; shares = builtins.listToAttrs (builtins.map (config: { name = config.name; value =