mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
3cf1beed5d
The rpcecho server is useful in development and testing, but should never have been allowed into production, as it includes the facility to do a blocking sleep() in the single-threaded rpc worker. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15474 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
12 lines
477 B
XML
12 lines
477 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, samr, netlogon, lsarpc, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver</value>
|
|
<value type="example">rpcecho</value>
|
|
</samba:parameter>
|