From c8c548d24883eaff20ea1665022ee92bd0632e29 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 21 Mar 2003 01:18:09 +0000 Subject: - (bal) Disable Privsep for Tru64 after pre-authentication due to issues with SIA. Also, clean up of tru64 support patch by Chris Adams --- auth-sia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-sia.h') diff --git a/auth-sia.h b/auth-sia.h index caa58413..7aecce94 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -27,6 +27,6 @@ #ifdef HAVE_OSF_SIA int auth_sia_password(Authctxt *authctxt, char *pass); -void session_setup_sia(char *user, char *tty); +void session_setup_sia(struct passwd *pw, char *tty); #endif /* HAVE_OSF_SIA */ -- cgit v1.2.1