summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/protocol/rpcserverport.xml
blob: 0fd87d69212807686c8d2aacb5ce83afd7f6d262 (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 port"
                 context="G"
                 type="integer"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>Specifies which port the server should listen on for DCE/RPC over TCP/IP traffic.</para>
	<para>This controls the default port for all protocols, except for NETLOGON.</para>
	<para>If unset, the first available port from <smbconfoption name="rpc server dynamic port range"/> is used, e.g. 49152.</para>
	<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>
	<para>Furthermore, all RPC servers can have the port they use specified independenty, with (for example) rpc server port:drsuapi = 5000.</para>

	<para>This option applies currently only when
	<citerefentry><refentrytitle>samba</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
	runs as an active directory domain controller.</para>

	<para>The default value 0 causes Samba to select the first available port from <smbconfoption name="rpc server dynamic port range"/>.</para>
</description>

<related>rpc server dynamic port range</related>

<value type="default">0</value>
</samba:parameter>