From 56789cfa13f85071f5fb37575fa1f1071f587efc Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 18 Jan 2011 14:50:22 +0100 Subject: Add ipa_hbac_search_base config option --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index aed683bd..3191ad79 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -91,6 +91,7 @@ option_strings = { '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"), + 'ipa_hbac_search_base' : _("Search base for HBAC related objects"), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), -- cgit