From 1f499fd3688d034daf787859044ede73767b6141 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 25 Aug 2003 13:08:49 +1000 Subject: - (djm) Bug #564: Perform PAM account checks for all authentications when UsePAM=yes; ok dtucker --- monitor_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor_wrap.h') diff --git a/monitor_wrap.h b/monitor_wrap.h index e0dd73bd..ddd42ee2 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h @@ -57,6 +57,7 @@ BIGNUM *mm_auth_rsa_generate_challenge(Key *); #ifdef USE_PAM void mm_start_pam(char *); +u_int mm_do_pam_account(void); void *mm_sshpam_init_ctx(struct Authctxt *); int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **); int mm_sshpam_respond(void *, u_int, char **); -- cgit v1.2.1