From e683e7643997118ac51b18c073a6aba410c0cc3c Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 4 Apr 2002 19:02:28 +0000 Subject: - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm. --- auth-pam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index c249b5396..6b1f35add 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,4 +1,4 @@ -/* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */ +/* $Id: auth-pam.h,v 1.12 2002/04/04 19:02:28 stevesk Exp $ */ #include "includes.h" #ifdef USE_PAM @@ -7,7 +7,7 @@ void start_pam(const char *user); void finish_pam(void); -int auth_pam_password(struct passwd *pw, const char *password); +int auth_pam_password(Authctxt *authctxt, const char *password); char **fetch_pam_environment(void); int do_pam_authenticate(int flags); int do_pam_account(char *username, char *remote_user); -- cgit v1.2.3