1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml
Pavel Filipenský 3fbc514a2c docs:smbdotconf: Inform that changing 'winbind max domain connections' needs a restart
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Wed Aug 30 13:37:37 UTC 2023 on atb-devel-224
2023-08-30 13:37:37 +00:00

26 lines
1009 B
XML

<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>