mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
ad-domain: remove some default and unneeded settings
This commit is contained in:
parent
f71b84df07
commit
14368b639a
1 changed files with 0 additions and 6 deletions
|
@ -61,13 +61,7 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
realm = ${lib.toUpper cfg.longname}
|
realm = ${lib.toUpper cfg.longname}
|
||||||
workgroup = ${lib.toUpper cfg.shortname}
|
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 use spnego = yes
|
||||||
client ntlmv2 auth = yes
|
|
||||||
encrypt passwords = yes
|
|
||||||
restrict anonymous = 2
|
restrict anonymous = 2
|
||||||
server signing = mandatory
|
server signing = mandatory
|
||||||
client signing = mandatory
|
client signing = mandatory
|
||||||
|
|
Loading…
Reference in a new issue