summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/rpc/rpcserverdynamicportrange.xml
blob: e8d72681fd9d173a5bc38058dd57d9c5f27bdf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>