mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Compare commits
No commits in common. "1121da369f1e81e30846c9765c29dd53aeaa7e38" and "11860011fe5ffb18730412d67390f219f2d10b2a" have entirely different histories.
1121da369f
...
11860011fe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user