From 780b376a372f4eefb4c7cda8a8dd2e15cc390c19 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Dec 1999 13:36:11 +1100 Subject: Doc and Doh! fixes --- INSTALL | 8 +++++++- packages/redhat/sshd.pam | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 967ce6d26..1521dc6e3 100644 --- a/INSTALL +++ b/INSTALL @@ -15,12 +15,18 @@ supports it. PAM is standard on Redhat and Debian Linux and on Solaris. PAM: http://www.kernel.org/pub/linux/libs/pam/ -If you wish to build the GNOME passphrase requestor, you will need the GNOME +If you wish to build the GNOME passphrase requester, you will need the GNOME libraries and headers. GNOME: http://www.gnome.org/ +Alternatly Jim Knoble has written an excellent X11 +passphrase requester. This is maintained seperatly at: + +http://www.pobox.com/~jmknoble/jmk/ + + If you are planning to use OpenSSH on a Unix which lacks a Kernel random number generator (/dev/urandom), you will need to install the Entropy Gathering Daemon (or similar). You will also need to specify the diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam index 6a2c02def..26dcb34d9 100644 --- a/packages/redhat/sshd.pam +++ b/packages/redhat/sshd.pam @@ -1,5 +1,5 @@ #%PAM-1.0 -auth required /lib/security/pam_pwdb.so shadow nowdelay +auth required /lib/security/pam_pwdb.so shadow nodelay auth required /lib/security/pam_nologin.so account required /lib/security/pam_pwdb.so password required /lib/security/pam_cracklib.so -- cgit v1.2.3