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}"