Update domainjoin.sh

This commit is contained in:
2018-01-07 20:49:09 -05:00
parent 37be2ef09d
commit 1ef8324de9

View File

@@ -14,9 +14,9 @@ if [[ -f /etc/redhat-release ]]; then
fi
# ask for the domain, username, and password
read -p "Enter Domain name: " -i "home.johnhgaunt.com" domain
read -p "Enter netBIOS name: " -i "GAUNT" netbiosname
read -p "Enter Domain Admin username: " -i "jgaunt" username
read -e -p "Enter Domain name: " -i "home.johnhgaunt.com" domain
read -e -p "Enter netBIOS name: " -i "GAUNT" netbiosname
read -e -p "Enter Domain Admin username: " -i "jgaunt" username
read -s -p "Enter Password: " password
domainjoin-cli join $domain $username $password