From 614b1cc9fc755e0d2ea5aaf9e64e1bf3ad135960 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Fri, 20 Oct 2017 11:49:26 +0200 Subject: sudo: document background activity When we introduced socket activation, we changed the internall behaviour. Previously we disabled sudo if it was not listed in services, with socket activation we removed this feature. Some users were confused so this change documents current behaviour. --- src/man/sssd.conf.5.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 7752e4508..13ff0d1ec 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -2348,6 +2348,14 @@ pam_account_locked_message = Account locked, please contact help desk. 5 . + + NOTE: Sudo rules are + periodically downloaded in the background unless + the sudo provider is explicitly disabled. Set + sudo_provider = None to + disable all sudo-related activity in SSSD if you do + not want to use sudo with SSSD at all. + -- cgit