diff options
-rw-r--r-- | install-itzks-workstation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 2a910fd..e73f288 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -72,6 +72,10 @@ sed -i 's/iface eth0 inet dhcp/#NetworkManager iface eth0 inet dhcp/' /etc/netwo sed -i 's/NEED_GSSD=.*/NEED_GSSD=/' /etc/default/nfs-common #################### +# Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jessie... +sed -r -i /etc/nscd.conf -e "s/(\s+)enable-cache(\s+)netgroup(\s+)yes/\1enable-cache\2netgroup\3no/" + +#################### # WiFi-config for NetworkManager |