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. --- modules/pam_limits/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/pam_limits/README') diff --git a/modules/pam_limits/README b/modules/pam_limits/README index c0dba581..023b9575 100644 --- a/modules/pam_limits/README +++ b/modules/pam_limits/README @@ -81,6 +81,13 @@ ARGUMENTS RECOGNIZED: no processes. Be warned that something else may break when you do this. + utmp_early some broken applications actually allocate a + utmp entry for the user before the user is + admitted to the system. If the service you are + configuring PAM for does this, you can use + this module argument to compensate for this + brokenness. + MODULE SERVICES PROVIDED: session _open_session and _close_session (blank) -- cgit v1.2.3