Compare commits

..

No commits in common. "1121da369f1e81e30846c9765c29dd53aeaa7e38" and "11860011fe5ffb18730412d67390f219f2d10b2a" have entirely different histories.

View File

@ -2371,7 +2371,6 @@ fi
Reauthenticate(){
export HOSTNAME
myhost=$( hostname | cut -d '.' -f1 )
sudo apt-get -qq install -y realmd curl sssd sssd-tools samba-common krb5-user
clear
SSSD=$( sudo cat /etc/sssd/sssd.conf | grep domain | awk '{print $3}' | head -1 ) < /dev/null > /dev/null 2>&1
DOMAINlower=$( echo "$DOMAIN" | tr '[:upper:]' '[:lower:]' ) < /dev/null > /dev/null 2>&1