diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 12:43:59 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 12:43:59 +0200 |
commit | 450a158d7ef01e44723802e28a65348375718a2c (patch) | |
tree | bff93c7aa376f8727e6453cee48bbbb265c1c251 /auth-pam.h | |
parent | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec (diff) | |
download | openssh-450a158d7ef01e44723802e28a65348375718a2c.tar.xz openssh-450a158d7ef01e44723802e28a65348375718a2c.zip |
- (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 @@ -/* $Id: auth-pam.h,v 1.25 2004/03/08 12:04:07 dtucker Exp $ */ +/* $Id: auth-pam.h,v 1.26 2004/05/30 10:43:59 dtucker Exp $ */ /* * Copyright (c) 2000 Damien Miller. All rights reserved. @@ -44,5 +44,6 @@ char ** fetch_pam_child_environment(void); void free_pam_environment(char **); void sshpam_thread_cleanup(void); void sshpam_cleanup(void); +int sshpam_auth_passwd(Authctxt *, const char *); #endif /* USE_PAM */ |