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