source: trunk/server/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 908 bytes
Line 
1<samba:parameter name="winbind max domain connections"
2 context="G"
3 type="integer"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This parameter specifies the maximum number of simultaneous
8 connections that the <citerefentry><refentrytitle>winbindd</refentrytitle>
9 <manvolnum>8</manvolnum></citerefentry> daemon should open to the
10 domain controller of one domain.
11 Setting this parameter to a value greater than 1 can improve
12 scalability with many simultaneous winbind requests,
13 some of which might be slow.
14 </para>
15 <para>
16 Note that if <smbconfoption name="winbind offline logon"/> is set to
17 <constant>Yes</constant>, then only one
18 DC connection is allowed per domain, regardless of this setting.
19 </para>
20</description>
21
22<value type="default">1</value>
23<value type="example">10</value>
24</samba:parameter>
Note: See TracBrowser for help on using the repository browser.