mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
9d60ad53b8
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12521 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
23 lines
723 B
XML
23 lines
723 B
XML
<samba:parameter name="rpc server dynamic port range"
|
|
context="G"
|
|
type="string"
|
|
handler="handle_rpc_server_dynamic_port_range"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter tells the RPC server which port range it is
|
|
allowed to use to create a listening socket for LSA, SAM,
|
|
Netlogon and others without wellknown tcp ports.
|
|
The first value is the lowest number of the port
|
|
range and the second the hightest.
|
|
</para>
|
|
<para>
|
|
This applies to RPC servers in all server roles.
|
|
</para>
|
|
</description>
|
|
|
|
<related>rpc server port</related>
|
|
|
|
<value type="default">49152-65535</value>
|
|
</samba:parameter>
|