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
7d2d1cc9c6
commit
8e7c91b95e
@ -208,9 +208,9 @@ else
|
||||
clear
|
||||
echo "${NUMBER}I searched for an available domain and found nothing, please type your domain manually below... ${END}"
|
||||
echo "Please enter the domain you wish to join:"
|
||||
read -p DOMAIN
|
||||
read -r DOMAIN
|
||||
echo "${NUMBER}I Please enter AD admin user ${END}"
|
||||
read -p ADMIN
|
||||
read -r ADMIN
|
||||
fi
|
||||
sudo echo "${INTRO_TEXT}"Realm= $discovery"${INTRO_TEXT}"
|
||||
sudo echo "${NORMAL}${NORMAL}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user