From 954dd89f511865c14bd5160f8f6c26bc28691d40 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 23 Nov 2018 13:15:10 +0100 Subject: [PATCH] selftest: use "dcerpc_remote:allow_anonymous_fallback = yes" for rpc_proxy This already uses anonymous credentials as the remote connection is done during the bind before the realm authentication has started. 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 Reviewed-by: Jeremy Allison --- selftest/target/Samba4.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index fbcdfcdc2eb..20f7a2839a2 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1213,6 +1213,7 @@ sub provision_rpc_proxy($$$) dcerpc_remote:binding = ncacn_ip_tcp:$dcvars->{SERVER} dcerpc endpoint servers = epmapper, remote dcerpc_remote:interfaces = rpcecho + dcerpc_remote:allow_anonymous_fallback = yes [cifs_to_dc] path = /tmp/_ignore_cifs_to_dc_/_none_ -- 2.34.1