diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 20:43:59 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 20:43:59 +1000 |
commit | 450a158d7ef01e44723802e28a65348375718a2c (patch) | |
tree | bff93c7aa376f8727e6453cee48bbbb265c1c251 /auth-pam.h | |
parent | 0ffe638bbbea203848e141e624960f0c40c1d51b (diff) |
- (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM
support for PasswordAuthentication=yes. ok djm@
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h index 1b3706e07..f479413d7 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: auth-pam.h,v 1.25 2004/03/08 12:04:07 dtucker Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.26 2004/05/30 10:43:59 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2000 Damien Miller. All rights reserved. |
@@ -44,5 +44,6 @@ char ** fetch_pam_child_environment(void); | |||
44 | void free_pam_environment(char **); | 44 | void free_pam_environment(char **); |
45 | void sshpam_thread_cleanup(void); | 45 | void sshpam_thread_cleanup(void); |
46 | void sshpam_cleanup(void); | 46 | void sshpam_cleanup(void); |
47 | int sshpam_auth_passwd(Authctxt *, const char *); | ||
47 | 48 | ||
48 | #endif /* USE_PAM */ | 49 | #endif /* USE_PAM */ |