From b350300eba5227a34645cc1aeff4b6587bfec6b6 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 21 Mar 2018 10:07:18 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 5352776..1ae490c 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1031,7 +1031,7 @@ clear echo "${MENU}*${NUMBER} 6)${MENU} Search with ldap ${NORMAL}" echo "${MENU}*${NUMBER} 7)${MENU} Reauthenticate (Ubuntu14 only) ${NORMAL}" echo "${MENU}*${NUMBER} 8)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}" - echo "${MENU}*${NUMBER} 9)${MENU} README with examples ${NORMAL}" + echo "${MENU}*${NUMBER} 10)${MENU} README with examples ${NORMAL}" echo "${NORMAL} ${NORMAL}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}" read opt @@ -1073,7 +1073,12 @@ while [ opt != '' ] echo "Update from Likewise to Realmd" Realmdupdate ;; - 9) clear; + 9) + clear; + echo "Leave domain" + leave + ;; + 10) clear; echo "READ ME" readmes ;;