Doc and Doh! fixes

This commit is contained in:
Damien Miller 1999-12-26 13:36:11 +11:00
parent 3b623d900e
commit 780b376a37
2 changed files with 8 additions and 2 deletions

View File

@ -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

View 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