summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-01-21 13:49:06 +0100
committerMichael Adam <obnox@samba.org>2011-01-21 14:33:57 +0100
commitfea41496a1ea061aaf36052c35684de49203279f (patch)
tree8f281d49972f235dba5786dffd75e4716c76d0dd /docs-xml
parent9c2fcb689b647be60731ea8ce8abfe22c0e63dde (diff)
downloadsamba-fea41496a1ea061aaf36052c35684de49203279f.tar.gz
samba-fea41496a1ea061aaf36052c35684de49203279f.tar.bz2
samba-fea41496a1ea061aaf36052c35684de49203279f.zip
s3:docs: document "winbind max domain connections"
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml b/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml
new file mode 100644
index 0000000000..3e48356d68
--- /dev/null
+++ b/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml
@@ -0,0 +1,24 @@
+<samba:parameter name="winbind max domain connections"
+ context="G"
+ type="integer"
+ advanced="1" developer="1"
+ 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>