diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-06-27 06:23:59 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-06-27 06:23:59 +0000 |
commit | 00d6f3fb775a64286da3c6a95526ef5431beefa5 (patch) | |
tree | b84df2c5d44666458de45b3407ed45b0aeaed2ca /modules/pam_limits | |
parent | ac205ce13df8def522f386a922401ade673cb3a2 (diff) | |
download | pam-00d6f3fb775a64286da3c6a95526ef5431beefa5.tar.gz pam-00d6f3fb775a64286da3c6a95526ef5431beefa5.tar.bz2 pam-00d6f3fb775a64286da3c6a95526ef5431beefa5.zip |
Relevant BUGIDs: 436061
Purpose of commit: new feature
Commit summary:
---------------
Oops, missed this off in my earlier commit for bug 436061.
Diffstat (limited to 'modules/pam_limits')
-rw-r--r-- | modules/pam_limits/limits.skel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_limits/limits.skel b/modules/pam_limits/limits.skel index 5ddd9b4c..0a62ecb9 100644 --- a/modules/pam_limits/limits.skel +++ b/modules/pam_limits/limits.skel @@ -27,6 +27,7 @@ # - as - address space limit # - maxlogins - max number of logins for this user # - priority - the priority to run user process with +# - locks - max number of file locks the user can hold # #<domain> <type> <item> <value> # |