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
2b48871e12
commit
e92be1e6c4
@ -397,38 +397,39 @@ while [ opt != '' ]
|
|||||||
else
|
else
|
||||||
case $opt in
|
case $opt in
|
||||||
1) clear;
|
1) clear;
|
||||||
echo "Installing on Ubuntu Client";
|
echo "Installing on Ubuntu Client";
|
||||||
ubuntuclient;
|
ubuntuclient;
|
||||||
;;
|
;;
|
||||||
|
|
||||||
2) clear;
|
2) clear;
|
||||||
echo "Installing on Ubuntu 14 Server";
|
echo "Installing on Ubuntu 14 Server";
|
||||||
ubuntuserver14
|
ubuntuserver14
|
||||||
;;
|
;;
|
||||||
|
|
||||||
3) clear;
|
3) clear;
|
||||||
echo "Installing on Debian Jessie client"
|
echo "Installing on Debian Jessie client"
|
||||||
debianclient
|
debianclient
|
||||||
;;
|
;;
|
||||||
3) clear;
|
|
||||||
echo "Check for errors"
|
|
||||||
failcheck
|
|
||||||
;;
|
|
||||||
|
|
||||||
5) clear;
|
4) clear;
|
||||||
echo "Reauthenticate realmd for Ubuntu 14"
|
echo "Check for errors"
|
||||||
Reauthenticate14
|
failcheck
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
5) clear;
|
||||||
|
echo "Reauthenticate realmd for Ubuntu 14"
|
||||||
|
Reauthenticate14
|
||||||
|
;;
|
||||||
|
|
||||||
6) clear;
|
6) clear;
|
||||||
echo "Update from Likewise to Realmd"
|
echo "Update from Likewise to Realmd"
|
||||||
Realmdupdate
|
Realmdupdate
|
||||||
;;
|
;;
|
||||||
|
|
||||||
7) clear;
|
7) clear;
|
||||||
echo "READ ME"
|
echo "READ ME"
|
||||||
readmes
|
readmes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
x)exit;
|
x)exit;
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user