>From d6a346736e3ccee8609925a927a5a606d3b90cbb Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Apr 2012 10:56:55 +0200 Subject: [PATCH 2/2] MAN: document the hostid and autofs providers --- src/man/sssd.conf.5.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 2f0119a20be3b4506bd2314c46756902a21cbc47..8f7ee2943b63acb9dceeb59cb90d25e84d82ef21 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1068,6 +1068,66 @@ + + autofs_provider (string) + + + + + + The autofs provider used for the domain. + Supported autofs providers are: + + + ldap to load maps stored in LDAP. See + + sssd-ldap + 5 + for more information on configuring LDAP. + + + ipa to load maps stored in an IPA + server. See + + sssd-ipa + 5 + for more information on configuring IPA. + + + none disables autofs explicitly. + + + Default: The value of id_provider is used if it + is set. + + + + + + hostid_provider (string) + + + The provider used for retreiving host identity information. + Supported hostid providers are: + + + ipa to load host identity stored in an IPA + server. See + + sssd-ipa + 5 + for more information on configuring IPA. + + + none disables hostid explicitly. + + + Default: The value of id_provider is used if it + is set. + + + + lookup_family_order (string) -- 1.7.7.6