diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-06-06 15:05:16 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-08 15:12:24 -0400 |
commit | 1360b4f4d6e948023daeda8787f575e7f8117444 (patch) | |
tree | 98186bb69450a40d123dea13ee57922b9bb8fd06 /src/man | |
parent | 32a5516cc2822cf6ad9950278e3c9701a9389bb4 (diff) | |
download | sssd-1360b4f4d6e948023daeda8787f575e7f8117444.tar.gz sssd-1360b4f4d6e948023daeda8787f575e7f8117444.tar.bz2 sssd-1360b4f4d6e948023daeda8787f575e7f8117444.zip |
Add ipa_hbac_refresh option
This option describes the time between refreshes of the HBAC rules
on the IPA server.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 4604c55e..f728e9cc 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -175,6 +175,21 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>ipa_hbac_refresh (integer)</term> + <listitem> + <para> + The amount of time between lookups of the HBAC + rules against the IPA server. This will reduce the + latency and load on the IPA server if there are + many access-control requests made in a short + period. + </para> + <para> + Default: 5 (seconds) + </para> + </listitem> + </varlistentry> </variablelist> </para> |