summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-26 13:36:11 +1100
committerDamien Miller <djm@mindrot.org>1999-12-26 13:36:11 +1100
commit780b376a372f4eefb4c7cda8a8dd2e15cc390c19 (patch)
tree0f1d364e0657f16828d2fe654bab64be6fad9054
parent3b623d900e15b9565c3c5448c2c172ae467132b7 (diff)
Doc and Doh! fixes
-rw-r--r--INSTALL8
-rw-r--r--packages/redhat/sshd.pam2
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.
15PAM: 15PAM:
16http://www.kernel.org/pub/linux/libs/pam/ 16http://www.kernel.org/pub/linux/libs/pam/
17 17
18If you wish to build the GNOME passphrase requestor, you will need the GNOME 18If you wish to build the GNOME passphrase requester, you will need the GNOME
19libraries and headers. 19libraries and headers.
20 20
21GNOME: 21GNOME:
22http://www.gnome.org/ 22http://www.gnome.org/
23 23
24Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
25passphrase requester. This is maintained seperatly at:
26
27http://www.pobox.com/~jmknoble/jmk/
28
29
24If you are planning to use OpenSSH on a Unix which lacks a Kernel random 30If you are planning to use OpenSSH on a Unix which lacks a Kernel random
25number generator (/dev/urandom), you will need to install the Entropy 31number generator (/dev/urandom), you will need to install the Entropy
26Gathering Daemon (or similar). You will also need to specify the 32Gathering 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 @@
1#%PAM-1.0 1#%PAM-1.0
2auth required /lib/security/pam_pwdb.so shadow nowdelay 2auth required /lib/security/pam_pwdb.so shadow nodelay
3auth required /lib/security/pam_nologin.so 3auth required /lib/security/pam_nologin.so
4account required /lib/security/pam_pwdb.so 4account required /lib/security/pam_pwdb.so
5password required /lib/security/pam_cracklib.so 5password required /lib/security/pam_cracklib.so