73cfcf
diff -up Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits Linux-PAM-1.1.6/modules/pam_limits/limits.conf
73cfcf
--- Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits	2012-08-15 13:08:43.000000000 +0200
73cfcf
+++ Linux-PAM-1.1.6/modules/pam_limits/limits.conf	2013-03-14 16:43:37.615087671 +0100
73cfcf
@@ -1,5 +1,16 @@
73cfcf
 # /etc/security/limits.conf
73cfcf
 #
73cfcf
+#This file sets the resource limits for the users logged in via PAM.
73cfcf
+#It does not affect resource limits of the system services.
73cfcf
+#
73cfcf
+#Also note that configuration files in /etc/security/limits.d directory,
73cfcf
+#which are read in alphabetical order, override the settings in this
73cfcf
+#file in case the domain is the same or more specific.
73cfcf
+#That means for example that setting a limit for wildcard domain here
73cfcf
+#can be overriden with a wildcard setting in a config file in the
73cfcf
+#subdirectory, but a user specific setting here can be overriden only
73cfcf
+#with a user specific setting in the subdirectory.
73cfcf
+#
73cfcf
 #Each line describes a limit for a user in the form:
73cfcf
 #
73cfcf
 #<domain>        <type>  <item>  <value>