From 1f597fe770b1295698aea10b0adeb65f9363a4f0 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:31:23 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 4491595..1e0f2d2 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1719,6 +1719,7 @@ fi clear sudo echo "${INTRO_TEXT}Realm= $DOMAIN${END}" sudo echo "${NORMAL}${NORMAL}" +sudo echo "" | sudo tee /etc/sssd/sssd.conf if ! sudo realm join --verbose --user="$ADMIN" "$DOMAIN" --install=/ then echo "${RED_TEXT}AD join failed.please check your errors with journalctl -xe${END}"