From 5f1074bb260479d838c62a0e05593eb32d197b6b Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 17 Jun 2016 08:03:10 +0200 Subject: [PATCH] fixing samba DC deployment for newer version of samba --- tests/test_env/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index ee018b5..89e240c 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -36,7 +36,7 @@ echo "deploy AD" printf '' > "${smbconffile}" && \ ${sambacmd} domain provision ${hostip} \ --domain="${domain}" --realm="${realm}" --dns-backend="${sambadns}" \ - --targetdir="${targetdir}" --workgroup="${domain}" --use-rfc2307 \ + --targetdir="${targetdir}" --use-rfc2307 \ --configfile="${smbconffile}" --server-role="${role}" -d 1 --adminpass="${adpass}"