Update ADconnection.sh

This commit is contained in:
PierreGode 2018-09-07 13:24:39 +02:00 committed by GitHub
parent 0962c6e7f9
commit 27c40b30ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1431,8 +1431,7 @@ clear
echo "${MENU}*${NUMBER} 2)${MENU} Check for errors ${NORMAL}" echo "${MENU}*${NUMBER} 2)${MENU} Check for errors ${NORMAL}"
echo "${MENU}*${NUMBER} 3)${MENU} Search with ldap ${NORMAL}" echo "${MENU}*${NUMBER} 3)${MENU} Search with ldap ${NORMAL}"
echo "${MENU}*${NUMBER} 4)${MENU} Reauthenticate ${NORMAL}" echo "${MENU}*${NUMBER} 4)${MENU} Reauthenticate ${NORMAL}"
echo "${MENU}*${NUMBER} 5)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}" echo "${MENU}*${NUMBER} 5)${MENU} Leave Domain ${NORMAL}"
echo "${MENU}*${NUMBER} 6)${MENU} Leave Domain ${NORMAL}"
echo "${NORMAL} ${NORMAL}" echo "${NORMAL} ${NORMAL}"
echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}"
read opt read opt
@ -1460,11 +1459,6 @@ while [ opt != '' ]
Reauthenticate Reauthenticate
;; ;;
5) clear; 5) clear;
echo "Update from Likewise to Realmd"
Realmdupdate
;;
6)
clear;
echo "Leave domain" echo "Leave domain"
leave leave
;; ;;