summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorPierre Carrier <pcarrier@redhat.com>2010-09-14 16:43:39 -0700
committerKarolin Seeger <kseeger@samba.org>2011-10-24 19:16:18 +0200
commitc32c7911d60614b000773a562a70cc0690d60610 (patch)
tree644a8f49aee04052edde4d765b96490825572e51 /docs-xml
parent6d85cc6fbc2c34b4b17a155dd4f0ca5ab33f4084 (diff)
downloadsamba-c32c7911d60614b000773a562a70cc0690d60610.tar.gz
Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.
Signed-off-by: Jeremy Allison <jra@samba.org> Fix bug #8186 (Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option). (cherry picked from commit b6f691ede0a80aaf7226b6862120b5052e63668d)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/winbindmaxclients.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindmaxclients.xml b/docs-xml/smbdotconf/winbind/winbindmaxclients.xml
new file mode 100644
index 00000000000..ae49e45124e
--- /dev/null
+++ b/docs-xml/smbdotconf/winbind/winbindmaxclients.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="winbind max clients"
+ 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 clients
+ the <citerefentry><refentrytitle>winbindd</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> daemon can connect with.
+ </para>
+</description>
+
+<value type="default">200</value>
+</samba:parameter>