From c4a26e6eb06c28d7763ba1d1d424545f6680cbb4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 9 Aug 2006 16:45:50 +0000 Subject: blah, forgot PAM options.h --- options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.h b/options.h index dfce7ac..5ddbc48 100644 --- a/options.h +++ b/options.h @@ -127,8 +127,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ * 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_PAM_AUTH +#define ENABLE_SVR_PASSWORD_AUTH +/*#define ENABLE_SVR_PAM_AUTH*/ #define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_CLI_PASSWORD_AUTH -- cgit v1.2.1