From c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 13 Dec 1999 08:27:33 +1100 Subject: - Fix compilation on systems with AFS. Reported by aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl - Auto-locate xauth. Patch from David Agraz - Compile fix from David Agraz - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble --- packages/redhat/sshd.pam | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam index 2a7d1fbd7..f466f9ba3 100644 --- a/packages/redhat/sshd.pam +++ b/packages/redhat/sshd.pam @@ -5,3 +5,4 @@ account required /lib/security/pam_pwdb.so password required /lib/security/pam_cracklib.so password required /lib/security/pam_pwdb.so shadow nullok use_authtok session required /lib/security/pam_pwdb.so +session required /lib/security/pam_limits.so -- cgit v1.2.3