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