1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs-xml/smbdotconf/rpc/rpcserverdynamicportrange.xml

23 lines
722 B
XML
Raw Normal View History

<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 highest.
</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>