diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-11-04 13:16:47 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-29 14:21:08 -0500 |
commit | 6fb75e297bf7fc83e3db1f5ae8560624656ef319 (patch) | |
tree | 3c7fe79f6ffb5ab3c5403f71a5a08adbb09d5d3a /src/man | |
parent | 6d99c0f5616969a999d78248565a47b18d40d472 (diff) | |
download | sssd-6fb75e297bf7fc83e3db1f5ae8560624656ef319.tar.gz sssd-6fb75e297bf7fc83e3db1f5ae8560624656ef319.tar.xz sssd-6fb75e297bf7fc83e3db1f5ae8560624656ef319.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/man')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 32d691d70..d85ae86c8 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -237,6 +237,18 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>ipa_hbac_support_srchost (boolean)</term> + <listitem> + <para> + If this is set to false, then srchost as given + to SSSD by PAM will be ignored. + </para> + <para> + Default: false + </para> + </listitem> + </varlistentry> <varlistentry> <term>ipa_netgroup_member_of (string)</term> |