From 37d01e098361b9d6078d90c698b9ab478124bfa0 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Wed, 8 Aug 2018 10:01:34 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 8b10db1..3267eaf 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -744,19 +744,19 @@ exit } ############################### Update to Realmd from likewise ################## #this section has been depricated -#If you are still using likewise plese uncomment line 33 -Realmdupdate11(){ -export HOSTNAME -myhost=$( hostname ) -echo "This will delete your homefolder and replace it. Please do a BACKUP" -echo "Press ctrl C to cancel skript if you wish to make an backup first" -sleep 5 -sudo apt-get update -clear -echo "Remember to recreate AD computer Object if you have upgraded the OS "versions will now match!" -sleep 3 -sudo domainjoin-cli leave -linuxclient +#If you are still using likewise plese uncomment lines below and line 33 +#Realmdupdate11(){ +#export HOSTNAME +#myhost=$( hostname ) +#echo "This will delete your homefolder and replace it. Please do a BACKUP" +#echo "Press ctrl C to cancel skript if you wish to make an backup first" +#sleep 5 +#sudo apt-get update +#clear +#echo "Remember to recreate AD computer Object if you have upgraded the OS "versions will now match!" +#sleep 3 +#sudo domainjoin-cli leave +#linuxclient } ############################### Fail check #################################### @@ -855,9 +855,9 @@ fi ############################### Reauth ########################################## -Reauthenticate(){ -echo "" -} +#Reauthenticate(){ +#echo "" +#} ########################################### Leave Realm ################################