summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-06 22:11:06 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-03-07 12:46:13 +0100
commit8466b3c85e4b835e57e41776853093f4a0edc8b8 (patch)
treefb89da89a3ea72facc600f5ffbfcf1b1952b1a3d /selftest/target
parent716a6c314c1d855b6e80850ffe7a8ca1ea4096d5 (diff)
downloadsamba-8466b3c85e4b835e57e41776853093f4a0edc8b8.tar.gz
samba-8466b3c85e4b835e57e41776853093f4a0edc8b8.tar.bz2
samba-8466b3c85e4b835e57e41776853093f4a0edc8b8.zip
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
Diffstat (limited to 'selftest/target')
-rwxr-xr-xselftest/target/Samba3.pm1
1 files changed, 0 insertions, 1 deletions
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