From owner-ssh@clinet.fi  Thu May 24 05:11:15 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id FAA10996
	for <ssh-archiver@cs.hut.fi>; Thu, 24 May 2001 05:11:15 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id C326D2091A; Thu, 24 May 2001 05:11:14 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id EAA31684
	for ssh-outgoing; Thu, 24 May 2001 04:51:23 +0300
Received: from spurs.roughstock.com (root@opensrs.imagestream.com [205.159.243.11])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id EAA31680
	for <ssh@clinet.fi>; Thu, 24 May 2001 04:51:21 +0300
Received: from localhost (dhass@localhost)
	by spurs.roughstock.com (8.9.3/8.8.7) with ESMTP id UAA17667
	for <ssh@clinet.fi>; Wed, 23 May 2001 20:51:15 -0500
Date: Wed, 23 May 2001 20:51:15 -0500 (EST)
From: Doug Hass <dhass@roughstock.com>
To: <ssh@clinet.fi>
Subject: OpenSSH + Slackware 7 -- YES, I've tried --with-md5-passwords!
Message-ID: <Pine.LNX.4.33.0105232047450.13875-100000@spurs.roughstock.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-ssh@clinet.fi
Precedence: bulk

I'm using Slackware 7, OpenSSH 2.5.2p2, and OpenSSL 0.9.6a

My configure line:

./configure --prefix= --sysconfdir=/etc --without-tcp-wrappers
--without-pam --with-ssl-dir=/usr/bin --without-rsh --without-xauth
--with-md5-passwords --with-shadow --with-pid-dir=/var/run

You'll note that I'm USING --with-md5-passwords.  In the Makefile, I've
added -lcrypt, but I can only login with NON md5 passwords.

Older accounts that have non-MD5 passwords log in just fine in SSH1 or
SSH2.  Accounts that have an MD5 password in /etc/shadow CANNOT log in,
despite the configure line above.

I've scoured the list looking for hints, but apparently no one has
encountered this problem before.  Adding --with-md5-passwords didn't work
for me.

Does anyone have any suggestions?  It'd be much appreciated!

Doug

