From f79aeffe3b8f58c3d7da0fba28f8eba867079e6d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 10 Feb 2001 21:27:11 +0000 Subject: - markus@cvs.openbsd.org 2001/02/07 22:35:46 [auth1.c auth2.c sshd.c] move k_setpag() to a central place; ok dugsong@ --- auth2.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'auth2.c') diff --git a/auth2.c b/auth2.c index f2f4812e..bc8c99bd 100644 --- a/auth2.c +++ b/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.37 2001/02/07 22:35:46 markus Exp $"); #ifdef HAVE_OSF_SIA # include @@ -126,13 +126,6 @@ do_authentication2() if (options.challenge_reponse_authentication) options.kbd_interactive_authentication = 1; -#ifdef AFS - /* If machine has AFS, set process authentication group. */ - if (k_hasafs()) { - k_setpag(); - k_unlog(); - } -#endif dispatch_init(&protocol_error); dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); -- cgit v1.2.3