diff options
author | Samuel Cabrero <scabrero@suse.de> | 2019-03-22 12:04:49 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-03-22 14:03:19 +0000 |
commit | 5826b31f410d314eb00909183ea2d2fd8a744bbc (patch) | |
tree | 1b2b0bde0eaa13d33ee11b216cafb18ba9915a9c /selftest | |
parent | 0063aacbb0241ea287d9fa03a0e41236fbdcbeef (diff) | |
download | samba-5826b31f410d314eb00909183ea2d2fd8a744bbc.tar.gz |
selftest: Do not include system krb5.conf in s4 test environments
If built with system MIT krb5 and dns_lookup_kdc is set to false in
system krb5.conf tests fail because KDC is not found.
Pair-Programmed-With: Andreas Schneider <asn@samba.org>
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/target/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 50835ef5f6c..ec587aae3b4 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -830,6 +830,7 @@ sub provision_raw_step1($$) winbind enum groups = yes rpc server port:netlogon = 1026 + include system krb5 conf = no "; |