mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
3f254639f9
commit
6c74d656b2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user