diff options
-rw-r--r-- | src/man/sssd-ipa.5.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index d85ae86c8..8d0796afd 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -148,6 +148,30 @@ </varlistentry> <varlistentry> + <term>ipa_host_search_base (string)</term> + <listitem> + <para> + Optional. Use the given string as search base for + host objects. + </para> + <para> + See <quote>ldap_search_base</quote> for + information about configuring multiple search + bases. + </para> + <para> + If filter is given in any of search bases and + <emphasis>ipa_hbac_support_srchost</emphasis> + is set to False, the filter will be ignored. + </para> + <para> + Default: the value of + <emphasis>ldap_search_base</emphasis> + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>krb5_validate (boolean)</term> <listitem> <para> @@ -245,6 +269,11 @@ to SSSD by PAM will be ignored. </para> <para> + Note that if set to <emphasis>False</emphasis>, + this option casuses filters given in + <emphasis>ipa_host_search_base</emphasis> to be ignored; + </para> + <para> Default: false </para> </listitem> |