summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorPetr Cech <pcech@redhat.com>2016-08-24 14:41:09 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-09-13 16:22:26 +0200
commitaef0171e0bdc9a683958d69c7ee984fb10cd5de7 (patch)
treefc6560ea19e4d1f5a4701c667f98c3691f3fbd25 /src/man/sssd.conf.5.xml
parent6c335dee38da943796710b5e336472a10cf641f2 (diff)
downloadsssd-aef0171e0bdc9a683958d69c7ee984fb10cd5de7.tar.gz
sssd-aef0171e0bdc9a683958d69c7ee984fb10cd5de7.tar.xz
sssd-aef0171e0bdc9a683958d69c7ee984fb10cd5de7.zip
PROXY: Adding proxy_max_children option
The new option 'proxy_max_children' is applicable in domain section. Default value is 10. Resolves: https://fedorahosted.org/sssd/ticket/3153 Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 6f231b8ab..8b862eb0c 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -2482,6 +2482,22 @@ subdomain_inherit = ldap_purge_cache_timeout
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>proxy_max_children (integer)</term>
+ <listitem>
+ <para>
+ This option specifies the number of pre-forked
+ proxy children. It is useful for high-load SSSD
+ environments where sssd may run out of available
+ child slots, which would cause some issues due to
+ the requests being queued.
+ </para>
+ <para>
+ Default: 10
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</para>