summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-21 12:41:14 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-21 12:41:14 +1000
commit0d37b5ca7bbb3db7cbdba913a61f846d404b9415 (patch)
tree60e10f49995dbf7800a2dd2bb3892e36bdbc73a0 /INSTALL
parent9568ad96addfa861a7cf58fcd2e45015571ed40f (diff)
- (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
directly. Noted by Darren.Moffat at sun.com.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 849781dd4..97ee76f64 100644
--- a/INSTALL
+++ b/INSTALL
@@ -130,8 +130,9 @@ 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. The resulting binary will 133if your operating system uses MD5 passwords and the system crypt() does
134support both MD5 and traditional crypt type passwords. 134not support them directly (see the crypt(3/3c) man page). If enabled, the
135resulting binary will support both MD5 and traditional crypt passwords.
135 136
136--with-utmpx enables utmpx support. utmpx support is automatic for 137--with-utmpx enables utmpx support. utmpx support is automatic for
137some platforms. 138some platforms.
@@ -199,4 +200,4 @@ Please refer to the "reporting bugs" section of the webpage at
199http://www.openssh.com/ 200http://www.openssh.com/
200 201
201 202
202$Id: INSTALL,v 1.61 2003/10/17 06:32:11 dtucker Exp $ 203$Id: INSTALL,v 1.62 2003/10/21 02:41:14 dtucker Exp $