mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
cb1a4c2294
commit
39ede8bedc
@ -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(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user