Mercurial > dropbear
diff options.h @ 517:0d8782043d05
PAM shouldn't be on by default
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 11 Nov 2008 14:15:54 +0000 |
parents | a3748e54273c |
children | 1037aabf701b 76097ec1a29a |
line wrap: on
line diff
--- a/options.h Tue Nov 11 14:08:48 2008 +0000 +++ b/options.h Tue Nov 11 14:15:54 2008 +0000 @@ -149,9 +149,9 @@ * but there's an interface via a PAM module - don't bother using it otherwise. * You can't enable both PASSWORD and PAM. */ -/*#define ENABLE_SVR_PASSWORD_AUTH*/ +#define ENABLE_SVR_PASSWORD_AUTH /* PAM requires ./configure --enable-pam */ -#define ENABLE_SVR_PAM_AUTH +/*#define ENABLE_SVR_PAM_AUTH*/ #define ENABLE_SVR_PUBKEY_AUTH /* Wether to ake public key options in authorized_keys file into account */