From 14368b639ae19742b3535ea0359c67047d715703 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 5 Jan 2022 13:55:58 -0500 Subject: [PATCH] ad-domain: remove some default and unneeded settings --- modules/ad-domain.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ad-domain.nix b/modules/ad-domain.nix index 8502d61..985db71 100644 --- a/modules/ad-domain.nix +++ b/modules/ad-domain.nix @@ -61,13 +61,7 @@ in extraConfig = '' realm = ${lib.toUpper cfg.longname} workgroup = ${lib.toUpper cfg.shortname} - idmap uid = 10000-20000 - idmap gid = 10000-20000 - template homedir = /home/%u.%d - template shell = /run/current-system/sw/bin/bash client use spnego = yes - client ntlmv2 auth = yes - encrypt passwords = yes restrict anonymous = 2 server signing = mandatory client signing = mandatory