From 61ed1ee492ffb411887fd5b9cbb51715f1eb1e1e Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sat, 19 Jan 2002 07:10:45 +0000 Subject: Relevant BUGIDs: 493294 Purpose of commit: bugfix and document Commit summary: --------------- The login limit counting seemed to have its math incorrect. The default has been changed to the sane one, and a new module argument has been added "utmp_early" that returns the module to its old behavior. Thanks to Berend De Schouwe for getting to the bottom of this issue. --- doc/modules/pam_limits.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/modules/pam_limits.sgml b/doc/modules/pam_limits.sgml index 961f0b55..eaa16bd9 100644 --- a/doc/modules/pam_limits.sgml +++ b/doc/modules/pam_limits.sgml @@ -54,7 +54,8 @@ configuration file discussed below. Recognized arguments: -conf=/path/to/file.conf +conf=/path/to/file.conf; change_uid; +utmp_early Description: @@ -80,6 +81,13 @@ option if you have problems like login not forking a shell for user who has no processes. Be warned that something else may break when you do this. + Examples/suggested usage: -- cgit v1.2.3