summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
authorstevesk <stevesk>2002-04-04 19:02:28 +0000
committerstevesk <stevesk>2002-04-04 19:02:28 +0000
commita40de61e207d800dc0980d7191cdbfb8de1d46c0 (patch)
tree0d6bf9f29866fbbe1ef7a856075caaf1af374246 /auth-pam.h
parent09e5e64231590f259e6bfff9fec65a5caa117807 (diff)
downloadopenssh-a40de61e207d800dc0980d7191cdbfb8de1d46c0.tar.gz
- (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.
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h
index c249b539..6b1f35ad 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);