summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml
blob: 5cd846e0a31bcd689c3d01862b503f8152eff471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<samba:parameter name="winbind max domain connections"
                 context="G"
                 type="integer"
                 function="_winbind_max_domain_connections"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>This parameter specifies the maximum number of simultaneous
	connections that the <citerefentry><refentrytitle>winbindd</refentrytitle>
	<manvolnum>8</manvolnum></citerefentry> daemon should open to the
	domain controller of one domain.
	Setting this parameter to a value greater than 1 can improve
	scalability with many simultaneous winbind requests,
	some of which might be slow.
	Changing this value requires a restart of winbindd.
	</para>
	<para>
	Note that if <smbconfoption name="winbind offline logon"/> is set to
	<constant>Yes</constant>, then only one
	DC connection is allowed per domain, regardless of this setting.
	</para>
</description>

<value type="default">1</value>
<value type="example">10</value>
</samba:parameter>