mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
e0dcaea87b
commit
b350300eba
@ -1031,7 +1031,7 @@ clear
|
|||||||
echo "${MENU}*${NUMBER} 6)${MENU} Search with ldap ${NORMAL}"
|
echo "${MENU}*${NUMBER} 6)${MENU} Search with ldap ${NORMAL}"
|
||||||
echo "${MENU}*${NUMBER} 7)${MENU} Reauthenticate (Ubuntu14 only) ${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} 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 "${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
|
||||||
@ -1073,7 +1073,12 @@ while [ opt != '' ]
|
|||||||
echo "Update from Likewise to Realmd"
|
echo "Update from Likewise to Realmd"
|
||||||
Realmdupdate
|
Realmdupdate
|
||||||
;;
|
;;
|
||||||
9) clear;
|
9)
|
||||||
|
clear;
|
||||||
|
echo "Leave domain"
|
||||||
|
leave
|
||||||
|
;;
|
||||||
|
10) clear;
|
||||||
echo "READ ME"
|
echo "READ ME"
|
||||||
readmes
|
readmes
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user