summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-12 18:23:01 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-03-15 09:29:02 +1100
commit9e22b096ccded46c5b35b7315ea671bde0407437 (patch)
tree1fa89e385910a74c67489a439a66c79e983210e9 /wintest
parent8b10d6848f49f709a3a281857b46e2b9468b0ff6 (diff)
downloadsamba-9e22b096ccded46c5b35b7315ea671bde0407437.tar.gz
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-xwintest/test-s3.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py
index 1e32e495095..9539122e3af 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')