summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-01-18 14:50:22 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-01-19 09:53:20 -0500
commit56789cfa13f85071f5fb37575fa1f1071f587efc (patch)
tree0202722357ecac43d696a240bb08b6b6a50d2f4a /src/config
parentd73fcc5183a676aed4fd040714b87274248b784c (diff)
downloadsssd-56789cfa13f85071f5fb37575fa1f1071f587efc.tar.gz
sssd-56789cfa13f85071f5fb37575fa1f1071f587efc.tar.xz
sssd-56789cfa13f85071f5fb37575fa1f1071f587efc.zip
Add ipa_hbac_search_base config option
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig.py1
-rw-r--r--src/config/etc/sssd.api.d/sssd-ipa.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index aed683bd9..3191ad79e 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'),
diff --git a/src/config/etc/sssd.api.d/sssd-ipa.conf b/src/config/etc/sssd.api.d/sssd-ipa.conf
index 42a75551d..1b4427ab8 100644
--- a/src/config/etc/sssd.api.d/sssd-ipa.conf
+++ b/src/config/etc/sssd.api.d/sssd-ipa.conf
@@ -4,6 +4,7 @@ ipa_server = str, None, false
ipa_hostname = str, None, false
ipa_dyndns_update = bool, None, false
ipa_dyndns_iface = str, None, false
+ipa_hbac_search_base = str, None, false
ldap_uri = str, None, false
ldap_search_base = str, None, false
ldap_schema = str, None, false