diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-10 23:05:13 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-10 23:05:13 +0000 |
| commit | 77741b874a24c201c12f47d839b1286d78f3dc3b (patch) | |
| tree | 12d921c5b1d4440470c8c55efed84f8474d66091 /crypto | |
| parent | 645ca8e839b05135fba1152468a0ea644020dec8 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/auth-passwd.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/auth-passwd.c b/crypto/openssh/auth-passwd.c index 17bbd2ceba0d..180df5f46982 100644 --- a/crypto/openssh/auth-passwd.c +++ b/crypto/openssh/auth-passwd.c @@ -37,12 +37,20 @@ #include "includes.h" RCSID("$OpenBSD: auth-passwd.c,v 1.27 2002/05/24 16:45:16 stevesk Exp $"); +RCSID("$FreeBSD$"); #include "packet.h" #include "log.h" #include "servconf.h" #include "auth.h" +/* + * Do not try to use PAM for password authentication, as it is + * already (and far better) supported by the challenge/response + * authentication mechanism. + */ +#undef USE_PAM + #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) /* Don't need any of these headers for the PAM or SIA cases */ # ifdef HAVE_CRYPT_H |
