mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
98bc00f554
commit
cd6d556cbf
@ -3,9 +3,10 @@
|
|||||||
# #
|
# #
|
||||||
# This script is written by Pierre Goude #
|
# This script is written by Pierre Goude #
|
||||||
# This program is open source; you can redistribute it and/or modify it under the terms of the GNU General Public #
|
# This program is open source; you can redistribute it and/or modify it under the terms of the GNU General Public #
|
||||||
# #
|
# This is an normal bash script and can be executed with sh #
|
||||||
# #
|
# #
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
|
#known bugs: none
|
||||||
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
||||||
NORMAL=`echo "\033[m"`
|
NORMAL=`echo "\033[m"`
|
||||||
MENU=`echo "\033[36m"` #Blue
|
MENU=`echo "\033[36m"` #Blue
|
||||||
@ -14,7 +15,6 @@
|
|||||||
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 ~~~~~~~~~~ #
|
||||||
sudo
|
|
||||||
####################### Setup for Ubuntu16 and Ubuntu 14 clients #######################################
|
####################### Setup for Ubuntu16 and Ubuntu 14 clients #######################################
|
||||||
ubuntuclient(){
|
ubuntuclient(){
|
||||||
export HOSTNAME
|
export HOSTNAME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user