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