summaryrefslogtreecommitdiff
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 86447f30a..849781dd4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -130,7 +130,8 @@ need the S/Key libraries and header files installed for this to work.
130support. You will need libwrap.a and tcpd.h installed. 130support. You will need libwrap.a and tcpd.h installed.
131 131
132--with-md5-passwords will enable the use of MD5 passwords. Enable this 132--with-md5-passwords will enable the use of MD5 passwords. Enable this
133if your operating system uses MD5 passwords without using PAM. 133if your operating system uses MD5 passwords. The resulting binary will
134support both MD5 and traditional crypt type passwords.
134 135
135--with-utmpx enables utmpx support. utmpx support is automatic for 136--with-utmpx enables utmpx support. utmpx support is automatic for
136some platforms. 137some platforms.
@@ -198,4 +199,4 @@ Please refer to the "reporting bugs" section of the webpage at
198http://www.openssh.com/ 199http://www.openssh.com/
199 200
200 201
201$Id: INSTALL,v 1.60 2003/09/23 12:12:38 djm Exp $ 202$Id: INSTALL,v 1.61 2003/10/17 06:32:11 dtucker Exp $