]> andersk Git - openssh.git/commitdiff
- (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
authordtucker <dtucker>
Tue, 21 Oct 2003 02:41:14 +0000 (02:41 +0000)
committerdtucker <dtucker>
Tue, 21 Oct 2003 02:41:14 +0000 (02:41 +0000)
   directly.  Noted by Darren.Moffat at sun.com.

ChangeLog
INSTALL

index b0913f57e3757c6d78db2408da24a23076f9bb88..4945eb82018ecdcbd8b39aeaf5be387909b5294a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20031021
+ - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
+   directly.  Noted by Darren.Moffat at sun.com.
+
 20031017
  - (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.
diff --git a/INSTALL b/INSTALL
index 09f82d0f40517330e17ed10dcf9305b616c86d84..178bb020e3917ce386c1bbd07b48254cefd06f9d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -130,8 +130,9 @@ 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.  The resulting binary will
-support both MD5 and traditional crypt type passwords.
+if your operating system uses MD5 passwords and the system crypt() does
+not support them directly (see the crypt(3/3c) man page). If enabled, the
+resulting binary will support both MD5 and traditional crypt passwords.
 
 --with-utmpx enables utmpx support. utmpx support is automatic for 
 some platforms.
This page took 0.034219 seconds and 5 git commands to generate.