diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-09 14:20:28 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-03 20:22:37 +0200 |
commit | 04868f1573f4b26ef34610b6d7069172f93bd8ab (patch) | |
tree | 25585171d9bfde286ffbd0add7a2fad64240e6ed /src/config/SSSDConfig | |
parent | 9cb46bc62f22e0104f1b41a423b014c281ef5fc2 (diff) | |
download | sssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.tar.gz sssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.tar.bz2 sssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.zip |
Convert IPA-specific options to be back-end agnostic
This patch introduces new options for dynamic DNS updates that are not
specific to any back end. The current ipa dyndns options are still
usable, just with a deprecation warning.
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 256c4b31..9f11d31c 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -125,6 +125,9 @@ 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)'), + '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"), # [provider/ipa] 'ipa_domain' : _('IPA domain'), |