From 33c865412732554ef255e93c4e7a58b0bce963c6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 28 Aug 2013 10:49:32 +0200 Subject: Add a new option to control subdomain enumeration --- src/config/SSSDConfig/__init__.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig/__init__.py.in') diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 1bc4f1bff..f073419e9 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -133,6 +133,7 @@ option_strings = { 'dyndns_update_ptr' : _("Whether the provider should explicitly update the PTR record as well"), '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'), # [provider/ipa] 'ipa_domain' : _('IPA domain'), -- cgit