mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
748384992b
We must not list any services that we skip building, as otherwise all RPC services fail to start.
We now build without the source4 spoolss server in non-developer builds
This fixes commit 0b4c741b9c
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12025
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
12 lines
486 B
XML
12 lines
486 B
XML
<samba:parameter name="dcerpc endpoint servers"
|
|
context="G"
|
|
type="list"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Specifies which DCE/RPC endpoint servers should be run.</para>
|
|
</description>
|
|
|
|
<value type="default">epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver</value>
|
|
<value type="example">rpcecho</value>
|
|
</samba:parameter>
|