From b8e70735b8aaabb3de2a063daa60cfadf185b269 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 14 May 2012 16:45:22 +0200 Subject: sudo: manpage updated Removes old options and adds new ones. --- src/man/sssd.conf.5.xml | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) (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 e6a1bbcd..bb9b9129 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -720,31 +720,6 @@ - - sudo_cache_timeout (integer) - - - For any sudo request that comes while SSSD is - online, the SSSD will attempt to update the cached - rules in order to ensure that sudo has the latest - ruleset. - - - The user may, however, run a couple of sudo commands - successively, which would trigger multiple LDAP requests. - In order to speed up this use-case, the sudo service - maintains an in-memory cache that would be used for - performing fast replies. - - - This option controls how long (in seconds) can the sudo - service cache rules for a user. - - - Default: 180 - - - sudo_timed (bool) @@ -985,7 +960,20 @@ - + + + entry_cache_sudo_timeout (integer) + + + How many seconds should sudo consider + rules valid before asking the backend again + + + Default: entry_cache_timeout + + + + cache_credentials (bool) -- cgit