diff options
author | Pavel Březina <pbrezina@redhat.com> | 2014-05-29 11:24:06 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-06-01 19:35:48 +0200 |
commit | 6973f38e624e757587b14f1dbabc3466492d1dac (patch) | |
tree | 36bf82677c54797c58c9abec24ceace8ef49c7ef /src/man | |
parent | a1c7425c435605b05229e9e6bf3c645df62e1145 (diff) | |
download | sssd-6973f38e624e757587b14f1dbabc3466492d1dac.tar.gz sssd-6973f38e624e757587b14f1dbabc3466492d1dac.tar.xz sssd-6973f38e624e757587b14f1dbabc3466492d1dac.zip |
man: clarify refresh_expired_interval
https://fedorahosted.org/sssd/ticket/2114
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 6f63e3611..c542b5256 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1165,9 +1165,13 @@ fallback_homedir = /home/%u <term>refresh_expired_interval (integer)</term> <listitem> <para> - Specifies how many seconds SSSD has to wait - before refreshing expired records. Currently - only refreshing expired netgroups is supported. + Specifies how many seconds SSSD has to wait before + triggering a background refresh task which will + refresh all expired or nearly expired records. + </para> + <para> + Currently only refreshing expired netgroups is + supported. </para> <para> You can consider setting this value to |