diff options
author | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2021-11-03 09:02:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 09:02:40 +0100 |
commit | 5deaac423159103d02b146afa753a8ebb7fddf09 (patch) | |
tree | 9c66616f1b637cbfcf71290f761d1e1a74cb0e0e /modules/pam_limits/pam_limits.8.xml | |
parent | 04109c25a7dbd11404f7f23a9a405b9b9d6b7246 (diff) | |
download | pam-5deaac423159103d02b146afa753a8ebb7fddf09.tar.gz pam-5deaac423159103d02b146afa753a8ebb7fddf09.tar.bz2 pam-5deaac423159103d02b146afa753a8ebb7fddf09.zip |
Use vendor specific limits.conf as fallback (#402)
* Use vendor specific limits.conf as fallback
Diffstat (limited to 'modules/pam_limits/pam_limits.8.xml')
-rw-r--r-- | modules/pam_limits/pam_limits.8.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml index bc46cbf4..c1c10eca 100644 --- a/modules/pam_limits/pam_limits.8.xml +++ b/modules/pam_limits/pam_limits.8.xml @@ -57,6 +57,12 @@ If a config file is explicitly specified with a module option then the files in the above directory are not parsed. </para> + <para condition="with_vendordir"> + If there is no explicitly specified configuration file and + <filename>/etc/security/limits.conf</filename> does not exist, + <filename>%vendordir%/security/limits.conf</filename> is used. + If this file does not exist, too, an error is thrown. + </para> <para> The module must not be called by a multithreaded application. </para> |