mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
27c40b30ac
commit
91e577314f
@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user