mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
s4:selftest: only run ad_member with AUTH_LEVEL_CONNECT_LSA=1
We only want to test against 'allow dcerpc auth level connect:lsarpc = yes' once in order to have the related code tests. We use the ad_memeber for that special test and use the default on the tested ADDC. This reveals some knownfails, which will be fixed in the next commit... BUG: https://bugzilla.samba.org/show_bug.cgi?id=14356 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
98d908bfd0
commit
93bd5ba609
1
selftest/knownfail.d/test_lsa_multi_auth_connect
Normal file
1
selftest/knownfail.d/test_lsa_multi_auth_connect
Normal file
@ -0,0 +1 @@
|
||||
^samba.tests.dcerpc.raw_protocol.samba.tests.dcerpc.raw_protocol.TestDCERPC_BIND.test_lsa_multi_auth_connect...chgdcpass
|
@ -2208,7 +2208,6 @@ sub provision_chgdcpass($$)
|
||||
|
||||
my $extra_smb_conf = "
|
||||
check password script = $self->{srcdir}/selftest/checkpassword_arg1.sh ${unacceptable_password}
|
||||
allow dcerpc auth level connect:lsarpc = yes
|
||||
dcesrv:max auth states = 8
|
||||
drs:broken_samba_4.5_get_anc_emulation = true
|
||||
drs:get_tgt_support = false
|
||||
|
@ -1368,8 +1368,13 @@ planoldpythontestsuite(
|
||||
planoldpythontestsuite("ad_dc_ntvfs", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"'])
|
||||
planoldpythontestsuite("ad_dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"'])
|
||||
|
||||
for env in ["chgdcpass", "ad_member"]:
|
||||
planoldpythontestsuite(env, "samba.tests.dcerpc.raw_protocol",
|
||||
planoldpythontestsuite("chgdcpass", "samba.tests.dcerpc.raw_protocol",
|
||||
environ={"MAX_NUM_AUTH": "8",
|
||||
"ALLOW_BIND_AUTH_PAD": "1",
|
||||
"LEGACY_BIND_NACK_NO_REASON": "1",
|
||||
"USERNAME": "$DC_USERNAME",
|
||||
"PASSWORD": "$DC_PASSWORD"})
|
||||
planoldpythontestsuite("ad_member", "samba.tests.dcerpc.raw_protocol",
|
||||
environ={"MAX_NUM_AUTH": "8",
|
||||
"ALLOW_BIND_AUTH_PAD": "1",
|
||||
"AUTH_LEVEL_CONNECT_LSA": "1",
|
||||
|
Loading…
Reference in New Issue
Block a user