summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig
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:18:54 +0200
commit4bee540a09cc9ac986ad6655c3b1fe079189fa0d (patch)
tree876edeb37dc366b1cd234d5ad44e902112ce525f /src/config/SSSDConfig
parent5e9833aa7b1a89cbb2c0cf667a99cb0bc4ad7963 (diff)
downloadsssd-4bee540a09cc9ac986ad6655c3b1fe079189fa0d.tar.gz
sssd-4bee540a09cc9ac986ad6655c3b1fe079189fa0d.tar.xz
sssd-4bee540a09cc9ac986ad6655c3b1fe079189fa0d.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')
-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'),