summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig/__init__.py.in
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-10-22 14:07:49 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-10-25 22:12:18 +0200
commitcd4cc8d8829f1ea5257bf874b91980368114275f (patch)
tree04a6e2be8fb2c6ff70138e56659444d38c5628f5 /src/config/SSSDConfig/__init__.py.in
parent1ce58f139699dd26b8888f4131c996263b6a80a5 (diff)
downloadsssd-cd4cc8d8829f1ea5257bf874b91980368114275f.tar.gz
sssd-cd4cc8d8829f1ea5257bf874b91980368114275f.tar.xz
sssd-cd4cc8d8829f1ea5257bf874b91980368114275f.zip
dp: make subdomains refresh interval configurable
This patch makes the refresh of available subdomains configurable. New option: subdomain_refresh_interval (undocumented) Resolves: https://fedorahosted.org/sssd/ticket/1968
Diffstat (limited to 'src/config/SSSDConfig/__init__.py.in')
-rw-r--r--src/config/SSSDConfig/__init__.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index f073419e9..af5903c65 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -134,6 +134,7 @@ option_strings = {
'dyndns_force_tcp' : _("Whether the nsupdate utility should default to using TCP"),
'dyndns_auth' : _("What kind of authentication should be used to perform the DNS update"),
'subdomain_enumerate' : _('Control enumeration of trusted domains'),
+ 'subdomain_refresh_interval' : _('How often should subdomains list be refreshed'),
# [provider/ipa]
'ipa_domain' : _('IPA domain'),