From b71276cdc382a5d43ad433e202eab18900f1c9e8 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 7 Nov 2013 00:18:52 +0800 Subject: refactor key generation, make it generate as required. Needs UI in server command line options --- options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index 8109dd3..c5bc7fe 100644 --- a/options.h +++ b/options.h @@ -180,9 +180,9 @@ much traffic. */ * PAM challenge/response. * 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 /* Whether to take public key options in -- cgit v1.2.1