diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-09-10 14:47:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-11 08:35:57 +0200 |
commit | 1d085f6eb18f6984f409ea64150a060f503b4b13 (patch) | |
tree | 894dcdce152abf6a3cfb37c3c0994605a641191f /wintest | |
parent | 52ba3c8e6a4daa954995447292d367dffe9f0df7 (diff) | |
download | samba-1d085f6eb18f6984f409ea64150a060f503b4b13.tar.gz samba-1d085f6eb18f6984f409ea64150a060f503b4b13.tar.bz2 samba-1d085f6eb18f6984f409ea64150a060f503b4b13.zip |
wintest: make use of samba-tool domain provision
metze
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s4-howto.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index fdbb18196c..5172999d7f 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -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}', |