Subject: Re: sshd and md5 passwords
To: Louis Guillaume <lguillaume@berklee.edu>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 04/06/2004 10:33:54
On Tue, 6 Apr 2004, Louis Guillaume wrote:
> Is there a reason we don't have...
>
> CONFIGURE_ARGS+=--with-md5-passwords
>
> ... in security/openssh/Makefile? It seems like it would be an obvious
> default. I've run into problems with this being missing each time I
> build the package on Slackware.
Some versions of crypt already know md5.
Maybe we can make it for just Linux. Because I have needed it in the past
when PAM was not setup.
Maybe:
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-md5-passwords
.endif
Maybe it is fine for NetBSD too.
Two PRs are related to this:
#16546: security/openssh lacks MD5 passwords support
http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=16546
and my PR # #20846: allow PAM for pkgsrc/security/openssh under Linux
http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=20846
Jeremy C. Reed
http://www.reedmedia.net/