summaryrefslogtreecommitdiff
path: root/source4/torture/krb5
diff options
context:
space:
mode:
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);
}