Skip to content

Commit

Permalink
wintest: make use of samba-tool domain provision
Browse files Browse the repository at this point in the history
metze
  • Loading branch information
metze-samba committed Sep 11, 2012
1 parent 52ba3c8 commit 1d085f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wintest/test-s4-howto.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def provision_s4(t, func_level="2008"):
t.chdir('${PREFIX}')
t.del_files(["var", "private"])
t.run_cmd("rm -f etc/smb.conf")
provision=['sbin/provision',
provision=['bin/samba-tool',
'domain',
'provision',
'--realm=${LCREALM}',
'--domain=${DOMAIN}',
'--adminpass=${PASSWORD1}',
Expand Down

0 comments on commit 1d085f6

Please sign in to comment.