mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Supported OS' ( autodetect function )
This commit is contained in:
parent
92f7a5c6d3
commit
cdc229d3b2
@ -14,7 +14,7 @@
|
|||||||
#known bugs:sometimes domain discovery fails, it can help canceling the script and re-running it, if not verify dns setting on client,
|
#known bugs:sometimes domain discovery fails, it can help canceling the script and re-running it, if not verify dns setting on client,
|
||||||
#and on DC.
|
#and on DC.
|
||||||
# see lines 357-368 for more advanced or specific setups of SSSD
|
# see lines 357-368 for more advanced or specific setups of SSSD
|
||||||
#
|
|
||||||
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
||||||
NORMAL=$(echo "\033[m")
|
NORMAL=$(echo "\033[m")
|
||||||
MENU=$(echo "\033[36m") #Blue
|
MENU=$(echo "\033[36m") #Blue
|
||||||
@ -23,7 +23,7 @@
|
|||||||
INTRO_TEXT=$(echo "\033[32m") #green and white text
|
INTRO_TEXT=$(echo "\033[32m") #green and white text
|
||||||
END=$(echo "\033[0m")
|
END=$(echo "\033[0m")
|
||||||
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
||||||
#
|
|
||||||
################################ fix errors # funktion not called ################
|
################################ fix errors # funktion not called ################
|
||||||
fixerrors(){
|
fixerrors(){
|
||||||
#this funktion is not called in the script : to activate, uncomment line line 31 #fixerrors
|
#this funktion is not called in the script : to activate, uncomment line line 31 #fixerrors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user