From 4be402505ba20b43361753f0e6e1589c9b029e81 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 31 Jan 2012 15:51:35 +0100 Subject: Fixes for sudo_timed https://fedorahosted.org/sssd/ticket/1116 --- src/man/sssd.conf.5.xml | 13 +++++++++++++ 1 file changed, 13 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 e8e8b3347..7916e1f8a 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -629,6 +629,19 @@ + + sudo_timed (bool) + + + Whether or not to evaluate the sudoNotBefore + and sudoNotAfter attributes that implement + time-dependent sudoers entries. + + + Default: false + + + -- cgit