Update ADconnection.sh

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

View File

@ -1487,8 +1487,7 @@ clear
echo "2) Check for errors" echo "2) Check for errors"
echo "3) Search with ldap" echo "3) Search with ldap"
echo "4) Reauthenticate" echo "4) Reauthenticate"
echo "5) Update from Likewise to Realmd for Ubuntu 14" echo "5) Leave Domain"
echo "6) Leave Domain"
echo "" echo ""
echo "Please enter a menu option and enter or enter to exit." echo "Please enter a menu option and enter or enter to exit."
read opt read opt
@ -1515,11 +1514,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
;; ;;