diff options
author | itojun <itojun@pkgsrc.org> | 2002-05-20 12:58:01 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-05-20 12:58:01 +0000 |
commit | 3435b0b3b1c80657ff2c122914b51ae52a963efb (patch) | |
tree | 15529745fe6a939527bb2875e75ac0b43c3f3b2e /security | |
parent | 265c857ecc1604f6cc9c177c544a37312f6dd788 (diff) | |
download | pkgsrc-3435b0b3b1c80657ff2c122914b51ae52a963efb.tar.gz |
enable MD5 password support. PR 16546
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 952ba6650c8..36c62ac7f3b 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2002/05/19 07:43:23 itojun Exp $ +# $NetBSD: Makefile,v 1.69 2002/05/20 12:58:01 itojun Exp $ DISTNAME= openssh-3.2.2p1 PKGNAME= openssh-3.2.2.1 @@ -48,6 +48,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR} CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-md5-passwords # XXX: PAM authentication causes memory faults, and I haven't tracked down # XXX: why yet. For the moment, disable PAM authentication. |