From 39ede8bedcee323ae9187ba0838adf9768034a5f Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 8 Feb 2017 09:55:38 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index edda132..a4a2ad9 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -6,7 +6,7 @@ # This is an normal bash script and can be executed with sh # # # ##################################################################################################################### -#known bugs: none +#known bugs: see line 453-454 # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # NORMAL=`echo "\033[m"` MENU=`echo "\033[36m"` #Blue @@ -449,6 +449,14 @@ echo Checking PAM auth configuration.. "${RED_TEXT}"FAIL"${END}" fi exit } +################################ fix errors # funktion not called ################ +fixerrors(){ +#this funktion is not called in the script +#This funktion install additional pakages due to known issues with Joining and the join hangs after the admin login +sudo add-apt-repository ppa:xtrusia/packagekit-fix +sudo apt-get update +sudo apt-get install packagekit +} ############################### Reauth ########################################## Reauthenticate14(){