mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
selftest: Disable RODC tests with MIT KDC
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
687da88590
commit
b40c92016f
3
selftest/skip_mit_kdc
Normal file
3
selftest/skip_mit_kdc
Normal file
@ -0,0 +1,3 @@
|
||||
# We do not support RODC yet
|
||||
.*rodc
|
||||
.*RODC
|
@ -231,7 +231,7 @@ def cmd_testonly(opt):
|
||||
env.OPTIONS += " --use-dns-faking"
|
||||
|
||||
if CONFIG_GET(opt, 'USING_SYSTEM_KRB5') and CONFIG_GET(opt, 'MIT_KDC_PATH'):
|
||||
env.OPTIONS += " --mitkrb5"
|
||||
env.OPTIONS += " --mitkrb5 --exclude=${srcdir}/selftest/skip_mit_kdc"
|
||||
|
||||
if not CONFIG_GET(opt, 'HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X'):
|
||||
# older MIT krb5 libraries (< 1.14) don't have
|
||||
|
Loading…
x
Reference in New Issue
Block a user