diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | INSTALL | 13 |
2 files changed, 13 insertions, 6 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20070406 | ||
2 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link | ||
3 | to OpenPAM too. | ||
4 | |||
1 | 20070326 | 5 | 20070326 |
2 | - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c | 6 | - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c |
3 | openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines | 7 | openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines |
@@ -2873,4 +2877,4 @@ | |||
2873 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2877 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2874 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2878 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2875 | 2879 | ||
2876 | $Id: ChangeLog,v 1.4649 2007/03/26 16:35:28 tim Exp $ | 2880 | $Id: ChangeLog,v 1.4650 2007/04/06 02:21:47 dtucker Exp $ |
@@ -14,18 +14,21 @@ Blowfish) do not work correctly.) | |||
14 | 14 | ||
15 | The remaining items are optional. | 15 | The remaining items are optional. |
16 | 16 | ||
17 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system | 17 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your |
18 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and | 18 | system supports it. PAM is standard most Linux distributions, Solaris, |
19 | HP-UX 11. | 19 | HP-UX 11 and AIX >= 5.2. |
20 | 20 | ||
21 | NB. If you operating system supports /dev/random, you should configure | 21 | NB. If you operating system supports /dev/random, you should configure |
22 | OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of | 22 | OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of |
23 | /dev/random. If you don't you will have to rely on ssh-rand-helper, which | 23 | /dev/random. If you don't you will have to rely on ssh-rand-helper, which |
24 | is inferior to a good kernel-based solution. | 24 | is inferior to a good kernel-based solution. |
25 | 25 | ||
26 | PAM: | 26 | Linux PAM: |
27 | http://www.kernel.org/pub/linux/libs/pam/ | 27 | http://www.kernel.org/pub/linux/libs/pam/ |
28 | 28 | ||
29 | OpenPAM: | ||
30 | http://www.openpam.org/ | ||
31 | |||
29 | If you wish to build the GNOME passphrase requester, you will need the GNOME | 32 | If you wish to build the GNOME passphrase requester, you will need the GNOME |
30 | libraries and headers. | 33 | libraries and headers. |
31 | 34 | ||
@@ -251,4 +254,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
251 | http://www.openssh.com/ | 254 | http://www.openssh.com/ |
252 | 255 | ||
253 | 256 | ||
254 | $Id: INSTALL,v 1.77 2007/03/02 06:53:41 dtucker Exp $ | 257 | $Id: INSTALL,v 1.78 2007/04/06 02:21:48 dtucker Exp $ |