Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-02-08 09:55:38 +01:00 committed by GitHub
parent cb1a4c2294
commit 39ede8bedc

View File

@ -6,7 +6,7 @@
# This is an normal bash script and can be executed with sh # # This is an normal bash script and can be executed with sh #
# # # #
##################################################################################################################### #####################################################################################################################
#known bugs: none #known bugs: see line 453-454
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
NORMAL=`echo "\033[m"` NORMAL=`echo "\033[m"`
MENU=`echo "\033[36m"` #Blue MENU=`echo "\033[36m"` #Blue
@ -449,6 +449,14 @@ echo Checking PAM auth configuration.. "${RED_TEXT}"FAIL"${END}"
fi fi
exit 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 ########################################## ############################### Reauth ##########################################
Reauthenticate14(){ Reauthenticate14(){