From 28eff88014a299041564e829b8b6e0f159baa24d Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mon, 6 Feb 2012 04:20:47 -0500 Subject: Man pages for the session target and SELinux user maps fetching --- src/man/sssd.conf.5.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 7217c9dd7..0a81e7650 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1026,6 +1026,31 @@ + + session_provider (string) + + + The provider which should handle loading of session + settings. + Supported session providers are: + + + ipa to load session settings + from an IPA server. See + + sssd-ipa + 5 + for more information on configuring IPA. + + + none disallows fetching session settings explicitly. + + + Default: id_provider is used if it + is set and can handle session loading requests. + + + lookup_family_order (string) -- cgit