From 099c9a323249f8a47790ee2943d529961003b46b Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 14 Sep 2004 12:51:16 +0000 Subject: PAM improvements --HG-- branch : private-rez extra : convert_revision : c8f9300c5d598fe6003fcf19c831f5982620ec98 --- svr-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-auth.c') diff --git a/svr-auth.c b/svr-auth.c index 7c4a08c..425f94e 100644 --- a/svr-auth.c +++ b/svr-auth.c @@ -55,7 +55,7 @@ static void authclear() { #ifdef ENABLE_SVR_PUBKEY_AUTH ses.authstate.authtypes |= AUTH_TYPE_PUBKEY; #endif -#if defined(ENABLE_SVR_PUBKEY_AUTH) || defined(ENABLE_SVR_PAM_AUTH) +#if defined(ENABLE_SVR_PASSWORD_AUTH) || defined(ENABLE_SVR_PAM_AUTH) if (!svr_opts.noauthpass) { ses.authstate.authtypes |= AUTH_TYPE_PASSWORD; } -- cgit v1.2.3