diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-04-04 19:02:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-04-04 19:02:28 +0000 |
commit | e683e7643997118ac51b18c073a6aba410c0cc3c (patch) | |
tree | f2a98c2979198a89e00eb5cdd3d6fbf0fb986377 /auth-pam.h | |
parent | af40bc6a72013e9eec74ec99e21dab9342ac9880 (diff) |
- (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.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.12 2002/04/04 19:02:28 stevesk Exp $ */ |
2 | 2 | ||
3 | #include "includes.h" | 3 | #include "includes.h" |
4 | #ifdef USE_PAM | 4 | #ifdef USE_PAM |
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | void start_pam(const char *user); | 8 | void start_pam(const char *user); |
9 | void finish_pam(void); | 9 | void finish_pam(void); |
10 | int auth_pam_password(struct passwd *pw, const char *password); | 10 | int auth_pam_password(Authctxt *authctxt, const char *password); |
11 | char **fetch_pam_environment(void); | 11 | char **fetch_pam_environment(void); |
12 | int do_pam_authenticate(int flags); | 12 | int do_pam_authenticate(int flags); |
13 | int do_pam_account(char *username, char *remote_user); | 13 | int do_pam_account(char *username, char *remote_user); |