From 23af63ec3b70721e7a6972b333b2e0f3858f21e2 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:53:40 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 1fc63fb..50128b5 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1668,7 +1668,7 @@ export HOSTNAME myhost=$( hostname | cut -d '.' -f1 ) clear sudo echo "${RED_TEXT}Installing packages do no abort!.......${END}" -sudo zypper -n install realmd adcli sssd curl +sudo zypper -n install realmd adcli sssd curl krb5-client sudo zypper -n in sssd-ad clear echo "hostname is $myhost"