From 5c7170c6d602f0bb3208487d860417bde59ab60b 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Reviewed-by: Jakub Hrozek Reviewed-by: Fabiano Fidêncio --- 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 47da07c33..6be3cd474 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -2355,6 +2355,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