ad-domain: remove some default and unneeded settings

This commit is contained in:
Sean Buckley 2022-01-05 13:55:58 -05:00
parent f71b84df07
commit 14368b639a

View file

@ -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