Rework on leaving domain and rejoin

Rework on leaving domain and rejoin
This commit is contained in:
PierreGode 2022-03-29 13:53:00 +02:00 committed by GitHub
parent a9399886a5
commit bfbeb0bbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2404,7 +2404,7 @@ read -r -p "Do you really want to leave the domain: $SSSD (y/n)?" yn
echo ""
sudo echo "" | sudo tee /etc/sssd/sssd.conf
echo "has left $SSSD"
PRECHECK_FN
linuxclient
echo ""
notify-send ADconnection "Left $SSSD "
else
@ -2421,7 +2421,7 @@ read -r -p "Do you really want to leave the domain: $SSSD (y/n)?" yn
echo "$DOMAIN has been left"
echo ""
notify-send ADconnection "Left $SSSD "
PRECHECK_FN
linuxclient
else
echo "something went wrong"
fi