From 91e577314fce85e1ec228ce3cbbb926f4765f230 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Fri, 7 Sep 2018 13:25:44 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index fa373de..9c70350 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1487,8 +1487,7 @@ clear echo "2) Check for errors" echo "3) Search with ldap" echo "4) Reauthenticate" - echo "5) Update from Likewise to Realmd for Ubuntu 14" - echo "6) Leave Domain" + echo "5) Leave Domain" echo "" echo "Please enter a menu option and enter or enter to exit." read opt @@ -1515,11 +1514,6 @@ while [ opt != '' ] Reauthenticate ;; 5) clear; - echo "Update from Likewise to Realmd" - Realmdupdate - ;; - 6) - clear; echo "Leave domain" leave ;;