From: Todd C. Miller Date: Tue, 13 Nov 2001 00:32:11 +0000 (+0000) Subject: Document new behavior of negative values of timestamp_timeout X-Git-Tag: SUDO_1_6_4~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78d67cfb530c1d8359f5d167a505098bebb141f4;p=sudo Document new behavior of negative values of timestamp_timeout Fix a typo --- diff --git a/sudoers.pod b/sudoers.pod index e6da24196..8e9db38df 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -455,6 +455,9 @@ C<@loglen@> (use 0 or negate the option to disable word wrap). Number of minutes that can elapse before B will ask for a passwd again. The default is C<@timeout@>. Set this to C<0> to always prompt for a password. +If set to a value less than C<0> the user's timestamp will never +expire. This can be used to allow users to create or delete their +own timestamps via C and C respectively. =item passwd_timeout @@ -865,7 +868,7 @@ command on any host but they must authenticate themselves first The user B may run any command on the machines in the I alias (the networks C<128.138.243.0>, C<128.138.204.0>, and C<128.138.242.0>). -Of those networks, only <128.138.204.0> has an explicit netmask (in +Of those networks, only C<128.138.204.0> has an explicit netmask (in CIDR notation) indicating it is a class C network. For the other networks in I, the local machine's netmask will be used during matching.