s4-rpc_server: Allow listener for RPC servers to use multiple processes
[garming/samba-autobuild/.git] / docs-xml / smbdotconf / protocol / rpcserverport.xml
1 <samba:parameter name="rpc server port"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>Specifies which port the server should listen on for DCE/RPC over TCP/IP traffic.</para>
7         <para>This controls default port for all protocols, except for NETLOGON.  If unset, the first available port after 1024 is used.</para>
8         <para>The NETLOGON server will use the next available port, eg 1025.  To change this port use (eg) rpc server port:netlogon = 4000.</para>
9         <para>Furthermore, all RPC servers can have the port they use specified independenty, with (for example) rpc server port:drsuapi = 5000.</para>
10
11 </description>
12 <para>The default value 0 causes Samba to select the first available port after 1024.</para>
13 <value type="default">0</value>
14 </samba:parameter>