summaryrefslogtreecommitdiff
path: root/source4/torture/krb5
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-01-23 14:09:33 +1300
committerAndrew Bartlett <abartlet@samba.org>2015-01-23 05:42:08 +0100
commit89b868f67761fbcf1319229c2f09502bdf16086e (patch)
tree70ff894899024fa6bb6346604f67d11ad12cf20e /source4/torture/krb5
parentd0751b576363a25ca67f485651b206677bf1d4b8 (diff)
downloadsamba-89b868f67761fbcf1319229c2f09502bdf16086e.tar.gz
torture-kdc: Skip the request-pac behaviour for now against an RODC
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/krb5')
-rw-r--r--source4/torture/krb5/kdc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/krb5/kdc.c b/source4/torture/krb5/kdc.c
index eed5d8d8ba4..405b45f8838 100644
--- a/source4/torture/krb5/kdc.c
+++ b/source4/torture/krb5/kdc.c
@@ -437,6 +437,9 @@ static bool torture_krb5_as_req_win2k(struct torture_context *tctx)
static bool torture_krb5_as_req_pac_request(struct torture_context *tctx)
{
+ if (torture_setting_bool(test_context->tctx, "expect_rodc", false)) {
+ return torture_skip(tctx, "This test needs further investigation in the RODC case against a Windows DC, in particular with non-cached users");
+ }
return torture_krb5_as_req_creds(tctx, cmdline_credentials, TORTURE_KRB5_TEST_PAC_REQUEST);
}