From 6c74d656b2d0cd95331d4a9515490d065d0ef60e Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 27 Mar 2018 10:43:31 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 79432e0..88b4dd5 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -129,13 +129,8 @@ sudo sh -c "echo 'greeter-show-manual-login=true' | sudo tee -a /usr/share/light sudo sh -c "echo 'allow-guest=false' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf" fi else -if [ -f /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf ] -then -echo "" -else echo "No lightdm to configure" fi -fi clear sed -i -e 's/fallback_homedir = \/home\/%u@%d/#fallback_homedir = \/home\/%u@%d/g' /etc/sssd/sssd.conf sed -i -e 's/use_fully_qualified_names = True/use_fully_qualified_names = False/g' /etc/sssd/sssd.conf