ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / rpc / rpcserverdynamicportrange.xml
blobe8d72681fd9d173a5bc38058dd57d9c5f27bdf0e
1 <samba:parameter name="rpc server dynamic port range"
2                  context="G"
3                  type="string"
4                  handler="handle_rpc_server_dynamic_port_range"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8                 This parameter tells the RPC server which port range it is
9                 allowed to use to create a listening socket for LSA, SAM,
10                 Netlogon and others without wellknown tcp ports.
11                 The first value is the lowest number of the port
12                 range and the second the highest.
13         </para>
14         <para>
15                 This applies to RPC servers in all server roles.
16         </para>
17 </description>
19 <related>rpc server port</related>
21 <value type="default">49152-65535</value>
22 </samba:parameter>