From 8466b3c85e4b835e57e41776853093f4a0edc8b8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Mar 2012 22:11:06 +1100 Subject: s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc servers Embedded RPC services are those not launched in the preforked lsasd and spoolssd children. The reason that these child processes were created is that is is not possible to correctly listen for ncalrpc and TCP connections without creating a child process. Therefore, we should not have these embedded RPC services to listen on these sockets just because the endpoint mapper has been enabled. Andrew Bartlett --- selftest/target/Samba3.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'selftest') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index e9fa3fc1cc..c93a0f1f10 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -194,7 +194,6 @@ sub setup_s3dc($$) rpc_server:lsarpc = external rpc_server:samr = external rpc_server:netlogon = external - rpc_server:tcpip = yes rpc_daemon:epmd = fork rpc_daemon:spoolssd = fork -- cgit