Skip to content

Commit

Permalink
fixing samba DC deployment for newer version of samba
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jun 17, 2016
1 parent 90d9200 commit 5f1074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_env/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"


Expand Down

0 comments on commit 5f1074b

Please sign in to comment.