diff options
author | Pierre Carrier <pcarrier@redhat.com> | 2010-09-14 16:43:39 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-09-14 16:43:39 -0700 |
commit | eeb24afd78a6448e808aaf96dbd7d5abf51bbd40 (patch) | |
tree | 259985fbd4f6a16dd3352c21f312fc56279e0307 /docs-xml/smbdotconf/winbind | |
parent | 0b270f014f67b8ff49b70fb41b2cceac121f337e (diff) | |
download | samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.gz samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.bz2 samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.zip |
Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/winbind')
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbindmaxclients.xml | 14 |
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 0000000000..ae49e45124 --- /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> |