summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-17 16:32:11 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-17 16:32:11 +1000
commit9568ad96addfa861a7cf58fcd2e45015571ed40f (patch)
treee235c5d3aeb7014c0b1160b0fc02d0603b8993e5 /INSTALL
parent6b1f8a3cf50a1a384e223f060d7159a012893a10 (diff)
- (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 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 86447f30..849781dd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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 $