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 --- sshd.pam.generic | 1 + 1 file changed, 1 insertion(+) (limited to 'sshd.pam.generic') diff --git a/sshd.pam.generic b/sshd.pam.generic index c67e7b637..4ec2a2a00 100644 --- a/sshd.pam.generic +++ b/sshd.pam.generic @@ -5,3 +5,4 @@ account required /lib/security/pam_unix.so password required /lib/security/pam_cracklib.so password required /lib/security/pam_unix.so shadow nullok use_authtok session required /lib/security/pam_unix.so +session required /lib/security/pam_limits.so -- cgit v1.2.3