From 38e2ec1c757955ab557fd95807afa58042d09482 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 24 Jul 2012 12:31:19 -0400 Subject: Renamed session provider to selinux provider --- src/man/sssd.conf.5.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index a6e5e82b..918715a2 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1328,15 +1328,16 @@ override_homedir = /home/%u - session_provider (string) + selinux_provider (string) - The provider which should handle loading of session - settings. - Supported session providers are: + The provider which should handle loading of selinux + settings. Note that this provider will be called right + after access provider ends. + Supported selinux providers are: - ipa to load session settings + ipa to load selinux settings from an IPA server. See sssd-ipa @@ -1344,11 +1345,11 @@ override_homedir = /home/%u for more information on configuring IPA. - none disallows fetching session settings explicitly. + none disallows fetching selinux settings explicitly. Default: id_provider is used if it - is set and can handle session loading requests. + is set and can handle selinux loading requests. -- cgit