diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-12 18:23:01 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-15 09:29:02 +1100 |
commit | 9e22b096ccded46c5b35b7315ea671bde0407437 (patch) | |
tree | 1fa89e385910a74c67489a439a66c79e983210e9 /wintest | |
parent | 8b10d6848f49f709a3a281857b46e2b9468b0ff6 (diff) | |
download | samba-9e22b096ccded46c5b35b7315ea671bde0407437.tar.gz samba-9e22b096ccded46c5b35b7315ea671bde0407437.tar.bz2 samba-9e22b096ccded46c5b35b7315ea671bde0407437.zip |
wintest: test wbinfo --krb5auth
This will ensure that this functionality is tested with MIT krb5, as the
make test system only reaches this code with Heimdal.
Andrew Bartlett
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s3.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py index 1e32e49509..9539122e3a 100755 --- a/wintest/test-s3.py +++ b/wintest/test-s3.py @@ -70,6 +70,9 @@ def test_wbinfo(t): ["plaintext password authentication succeeded", "challenge/response password authentication succeeded"]) + t.retry_cmd("bin/wbinfo --krb5auth=${WIN_DOMAIN}/administrator%${WIN_PASS}", + ["succeeded"]) + def test_smbclient(t): t.info('Testing smbclient') |