From e4ae14ff4b2b37ce2e356a77c687e33e6d5a2b33 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Fri, 13 Jan 2012 06:48:45 -0500 Subject: Add info about ipa_host_search_base to man page Also add comment that setting ipa_hbac_support_srchost to False disables search filters given in ipa_host_search_base --- src/man/sssd-ipa.5.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src') 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 @@ -147,6 +147,30 @@ + + ipa_host_search_base (string) + + + Optional. Use the given string as search base for + host objects. + + + See ldap_search_base for + information about configuring multiple search + bases. + + + If filter is given in any of search bases and + ipa_hbac_support_srchost + is set to False, the filter will be ignored. + + + Default: the value of + ldap_search_base + + + + krb5_validate (boolean) @@ -244,6 +268,11 @@ If this is set to false, then srchost as given to SSSD by PAM will be ignored. + + Note that if set to False, + this option casuses filters given in + ipa_host_search_base to be ignored; + Default: false -- cgit