From 38c4a28a7e9911b9e3b38a6ad6c9db9cb57cc9f2 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 2 Apr 2002 03:24:56 +0000 Subject: - (stevesk) [auth1.c] fix password auth for protocol 1 when !USE_PAM && !HAVE_OSF_SIA; merge issue. --- auth1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 4f33fa87..89ae47df 100644 --- a/auth1.c +++ b/auth1.c @@ -253,6 +253,7 @@ do_authloop(Authctxt *authctxt) /* Do SIA auth with password */ authenticated = auth_sia_password(authctxt->user, password); +#else /* !USE_PAM && !HAVE_OSF_SIA */ /* Try authentication with the password. */ authenticated = PRIVSEP(auth_password(authctxt, password)); #endif /* USE_PAM */ -- cgit v1.2.3