Mercurial > dropbear
changeset 126:4562a2f4d690
Oops, PAM was on by default in options.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 14 Sep 2004 13:47:10 +0000 |
parents | 8c08fd2b7f5b |
children | 33d976eeb859 a9dddd13c4ba |
files | options.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/options.h Tue Sep 14 13:22:32 2004 +0000 +++ b/options.h Tue Sep 14 13:47:10 2004 +0000 @@ -121,8 +121,8 @@ * configure with --enable-pam as well, since it's off by default. And you * should only enable either PASSWORD _or_ PAM auth, not both. */ -/*#define ENABLE_SVR_PASSWORD_AUTH*/ -#define ENABLE_SVR_PAM_AUTH +#define ENABLE_SVR_PASSWORD_AUTH +/*#define ENABLE_SVR_PAM_AUTH*/ #define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_CLI_PASSWORD_AUTH