Update ADconnection.sh

This commit is contained in:
PierreGode 2020-01-20 09:53:45 +01:00 committed by GitHub
parent ecb2fd87ef
commit 19c6cc8118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1163,7 +1163,7 @@ if [ "$allowguest" = "true" ]
then
echo "Lightdm is already configured.. skipping.."
else
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf
fi
fi_auth
exit