]> andersk Git - openssh.git/commitdiff
Doc and Doh! fixes
authordamien <damien>
Sun, 26 Dec 1999 02:36:11 +0000 (02:36 +0000)
committerdamien <damien>
Sun, 26 Dec 1999 02:36:11 +0000 (02:36 +0000)
INSTALL
packages/redhat/sshd.pam

diff --git a/INSTALL b/INSTALL
index 967ce6d2619e393d8ec460370fc2a5dcee163bb4..1521dc6e39f1e95febe121a56bf57dac96ae8de4 100644 (file)
--- 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 <jmknoble@pobox.com> 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 
index 6a2c02def2566aec5f590611c254962fcc06f9b5..26dcb34d9e944401738a49b8ad243c9c9f815de8 100644 (file)
@@ -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
This page took 0.061131 seconds and 5 git commands to generate.