docs-xml: remove explicit "constant"
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / rpc / rpcserverdynamicportrange.xml
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>
18
19 <related>rpc server port</related>
20
21 <value type="default">49152-65535</value>
22 </samba:parameter>