From 57614e56dd272db0f71abc442b1515d79fd16169 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 7 May 2010 17:19:00 -0400 Subject: Revert "Add dynamic DNS updates to FreeIPA" This reverts commit 973b7c27c0b294b8b2f120296f64c6a3a36e44b7. While this patch applied cleanly, it was uncompilable. Reverting until it can be properly merged. --- src/config/SSSDConfig.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index ef16bb97..18df9790 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -87,8 +87,6 @@ option_strings = { 'ipa_domain' : _('IPA domain'), 'ipa_server' : _('IPA server address'), 'ipa_hostname' : _('IPA client hostname'), - 'ipa_dyndns_update' : _("Whether to automatically update the client's DNS entry in FreeIPA"), - 'ipa_dyndns_iface' : _("The interface whose IP should be used for dynamic DNS updates"), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), -- cgit