summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-11-04 13:16:47 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-21 12:12:35 +0200
commit49c06899c6b8e06fa0c371dbd8a16ead32c651d9 (patch)
tree535b5ee29705c3d943e54609498aaedd5bf815b5 /src/config/SSSDConfig.py
parentee0a1b3f94846fb19fbe3b72304d7ea2c989669c (diff)
downloadsssd-49c06899c6b8e06fa0c371dbd8a16ead32c651d9.tar.gz
sssd-49c06899c6b8e06fa0c371dbd8a16ead32c651d9.tar.xz
sssd-49c06899c6b8e06fa0c371dbd8a16ead32c651d9.zip
Add ipa_hbac_support_srchost option to IPA provider
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index a20ac972d..2f71c7eec 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -103,6 +103,7 @@ option_strings = {
'ipa_hbac_search_base' : _("Search base for HBAC related objects"),
'ipa_hbac_refresh' : _("The amount of time between lookups of the HBAC rules against the IPA server"),
'ipa_hbac_treat_deny_as' : _("If DENY rules are present, either DENY_ALL or IGNORE"),
+ 'ipa_hbac_support_srchost' : _("If set to false, host argument given by PAM will be ignored"),
# [provider/krb5]
'krb5_kdcip' : _('Kerberos server address'),