From 5a2dde814d3c86665f6b8fc23ba09daa54001bdd Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Tue, 11 Nov 2008 14:15:54 +0000 Subject: [PATCH] PAM shouldn't be on by default --HG-- extra : convert_revision : 44714b1a34bf7833e6f2e4fd1c81ceaacccb15bd --- options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.h b/options.h index 12be4bbd..def8ccb2 100644 --- a/options.h +++ b/options.h @@ -149,9 +149,9 @@ 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_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 */ -- GitLab