1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml
Garming Sam 527390958c docs: insert meta data for winbind max domain connections parameter - mark do not generate function
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-02-03 00:47:18 +01:00

26 lines
924 B
XML

<samba:parameter name="winbind max domain connections"
context="G"
type="integer"
advanced="1" developer="1"
generated_function="0"
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.
</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>