From 67e2bd933ca75bb3a86add0e9fe89d901b4a333c Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Mon, 12 Dec 2016 16:55:48 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 69cdb01..afa0a8a 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -53,7 +53,8 @@ sudo echo "Configuratig files" echo 'sudo su sed -i -e 's/GROUPHOMES=no/GROUPHOMES=yes/g' /etc/adduser.conf sed -i -e 's/use_fully_qualified_names = True/use_fully_qualified_names = False/g' /etc/sssd/sssd.conf -exit ' > tmp.sh +exit +exit' > tmp.sh xterm -e "sudo sh tmp.sh" sudo systemctl enable sssd sudo systemctl start sssd