From 04aaced8ad2457f487ea43d7c26a8a34c9caffcd Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Mon, 6 Mar 2017 16:28:24 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 68a37a2..65426d9 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -20,13 +20,13 @@ ################################ fix errors # funktion not called ################ fixerrors(){ -#this funktion is not called in the script : to activate, uncomment line line 459 #fixerrors +#this funktion is not called in the script : to activate, uncomment line line 29 #fixerrors #This funktion installs additional pakages due to known issues with Joining and the join hangs after the admin auth sudo add-apt-repository ppa:xtrusia/packagekit-fix sudo apt-get update sudo apt-get install packagekit } - +#fixerrors ####################### Setup for Ubuntu16 and Ubuntu 14 clients ####################################### ubuntuclient(){ desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop) @@ -455,8 +455,6 @@ echo "${INTRO_TEXT} Ubuntu 16 and 14 has the setting not to show domain name in echo "${INTRO_TEXT} coding issues when building.. to change this configure /et/sssd/sssd.conf ${INTRO_TEXT}" exit } - -#fixerrors ########################################### Menu ####################################### clear echo "${INTRO_TEXT} Active directory connection tool ${INTRO_TEXT}"