From d8082d11aaeaf8d1006a76e95a6c2a12b0bd6e8e Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sun, 4 May 2003 21:35:41 +0000 Subject: [PATCH] Note that the idletime setting is not enforced. PR: docs/40952 MFC After: 3 days --- lib/libutil/login.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index c3b91cf0a56..457396c97c8 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -358,7 +358,7 @@ when terminating sessions. login sessions will be accounted. .It "host.exempt list List of remote host wildcards from which login session accounting is exempted. -.It "idletime time Maximum idle time before logout. +.It "idletime time Maximum idle time before logout (unused). .It "minpasswordlen number 6 The minimum length a local password may be. .It "mixpasswordcase bool true Whether @@ -396,6 +396,10 @@ Similarly with the and .Em host.exempt lists. +.Sh BUGS +The +.Em idletime +setting is not enforced. .Sh SEE ALSO .Xr cap_mkdb 1 , .Xr login 1 ,