1 <samba:parameter name="rpc server port"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>Specifies which port the server should listen on for DCE/RPC over TCP/IP traffic.</para>
7 <para>This controls the default port for all protocols, except for NETLOGON.</para>
8 <para>If unset, the first available port from <smbconfoption name="rpc server dynamic port range"/> is used, e.g. 49152.</para>
9 <para>The NETLOGON server will use the next available port, e.g. 49153. To change this port use (eg) rpc server port:netlogon = 4000.</para>
10 <para>Furthermore, all RPC servers can have the port they use specified independenty, with (for example) rpc server port:drsuapi = 5000.</para>
12 <para>This option applies currently only when
13 <citerefentry><refentrytitle>samba</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
14 runs as an active directory domain controller.</para>
16 <para>The default value 0 causes Samba to select the first available port from <smbconfoption name="rpc server dynamic port range"/>.</para>
19 <related>rpc server dynamic port range</related>
21 <value type="default">0</value>