summaryrefslogtreecommitdiff
path: root/modules/pam_limits/README
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-06-27 05:55:33 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-06-27 05:55:33 +0000
commit1e8bcb43e3f024f9303dc884ee8b445f4150142c (patch)
treec6e66899f3f7a358e4ba22929ca6657237bf7d12 /modules/pam_limits/README
parent7acfd8bbac7a570db91e3ce9032cdb1069e40d7f (diff)
Relevant BUGIDs: 436061
Purpose of commit: new feature Commit summary: --------------- Harald Welte poured over the Red Hat version and submitted the outstanding diff.
Diffstat (limited to 'modules/pam_limits/README')
-rw-r--r--modules/pam_limits/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_limits/README b/modules/pam_limits/README
index 2398334b..d2998b00 100644
--- a/modules/pam_limits/README
+++ b/modules/pam_limits/README
@@ -37,6 +37,7 @@ Where:
- as - address space limit
- maxlogins - max number of logins for this user
- maxsyslogins - max number of logins on the system
+ - locks - max locked files (Linux 2.4 and higher)
Note, if you specify a type of '-' but neglect to supply the item and
value fields then the module will never enforce any limits on the
@@ -95,4 +96,4 @@ USAGE:
AUTHOR:
Cristian Gafton <gafton@redhat.com>
Thanks to Elliot Lee <sopwith@redhat.com> for his comments on
- improving this module.
+ improving this module, and Jens Sorensen for Linux 2.4 updates.