diff options
author | Stefan Metzmacher <metze@samba.org> | 2018-12-14 13:51:27 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-01-12 03:13:42 +0100 |
commit | ea0a7041771c43724e469ba95341c3a966f3d910 (patch) | |
tree | 99f65c1d87c74383a70c61c8ab42c135b6e8ea13 /selftest | |
parent | 7bc6ec81c85eb51f5d6948b9266a7db2918892d4 (diff) | |
download | samba-ea0a7041771c43724e469ba95341c3a966f3d910.tar.gz |
selftest:Samba4: run the raw_protocol test with a limit of 8 auth contexts
This is much faster than exploring the limit of 2049 during autobuild.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@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 a44ad320074..fe6527c6678 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -2052,6 +2052,7 @@ sub provision_chgdcpass($$) my $extra_smb_conf = " check password script = sed -e '/$unacceptable_password/{;q1}; /$unacceptable_password/!{q0}' allow dcerpc auth level connect:lsarpc = yes + dcesrv:max auth states = 8 "; my $extra_provision_options = ["--use-ntvfs"]; push (@{$extra_provision_options}, "--dns-backend=BIND9_DLZ"); |