diff options
author | Pavel Březina <pbrezina@redhat.com> | 2013-05-13 10:30:48 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-10 20:30:57 +0200 |
commit | 0cf0e2d758d09e9b314ba72ce6638df10b258462 (patch) | |
tree | 4b7e85b222faff8a921095fbc3e8d8da898e38cb /src/config/SSSDConfig | |
parent | b79e0e50a935d108173ca3062f2afe16103fcb1d (diff) | |
download | sssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.tar.gz sssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.tar.bz2 sssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.zip |
back end: add refresh expired records periodic task
https://fedorahosted.org/sssd/ticket/1713
Add new option refresh_expired_interval.
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 8e1142f2..b6e722fc 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -125,6 +125,7 @@ option_strings = { 'entry_cache_service_timeout' : _('Entry cache timeout length (seconds)'), 'entry_cache_autofs_timeout' : _('Entry cache timeout length (seconds)'), 'entry_cache_sudo_timeout' : _('Entry cache timeout length (seconds)'), + 'refresh_expired_interval' : _('How often should expired entries be refreshed in background'), 'dyndns_update' : _("Whether to automatically update the client's DNS entry"), 'dyndns_ttl' : _("The TTL to apply to the client's DNS entry after updating it"), 'dyndns_iface' : _("The interface whose IP should be used for dynamic DNS updates"), |