diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-10-17 08:32:11 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-10-17 08:32:11 +0200 |
commit | 9568ad96addfa861a7cf58fcd2e45015571ed40f (patch) | |
tree | e235c5d3aeb7014c0b1160b0fc02d0603b8993e5 /INSTALL | |
parent | [regress/banner.sh] portability fix. (diff) | |
download | openssh-9568ad96addfa861a7cf58fcd2e45015571ed40f.tar.xz openssh-9568ad96addfa861a7cf58fcd2e45015571ed40f.zip |
- (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
MD5 passwords even if PAM support is enabled. From steev at detritus.net.
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -130,7 +130,8 @@ need the S/Key libraries and header files installed for this to work. support. You will need libwrap.a and tcpd.h installed. --with-md5-passwords will enable the use of MD5 passwords. Enable this -if your operating system uses MD5 passwords without using PAM. +if your operating system uses MD5 passwords. The resulting binary will +support both MD5 and traditional crypt type passwords. --with-utmpx enables utmpx support. utmpx support is automatic for some platforms. @@ -198,4 +199,4 @@ Please refer to the "reporting bugs" section of the webpage at http://www.openssh.com/ -$Id: INSTALL,v 1.60 2003/09/23 12:12:38 djm Exp $ +$Id: INSTALL,v 1.61 2003/10/17 06:32:11 dtucker Exp $ |