docs: insert meta data for winbind max domain connections parameter - mark do not...
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / winbind / winbindmaxdomainconnections.xml
1 <samba:parameter name="winbind max domain connections"
2                  context="G"
3                  type="integer"
4                  advanced="1" developer="1"
5                  generated_function="0"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>This parameter specifies the maximum number of simultaneous
9         connections that the <citerefentry><refentrytitle>winbindd</refentrytitle>
10         <manvolnum>8</manvolnum></citerefentry> daemon should open to the
11         domain controller of one domain.
12         Setting this parameter to a value greater than 1 can improve
13         scalability with many simultaneous winbind requests,
14         some of which might be slow.
15         </para>
16         <para>
17         Note that if <smbconfoption name="winbind offline logon"/> is set to
18         <constant>Yes</constant>, then only one
19         DC connection is allowed per domain, regardless of this setting.
20         </para>
21 </description>
22
23 <value type="default">1</value>
24 <value type="example">10</value>
25 </samba:parameter>