diff options
author | Damien Miller <djm@mindrot.org> | 2003-08-25 13:08:49 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-08-25 13:08:49 +1000 |
commit | 1f499fd3688d034daf787859044ede73767b6141 (patch) | |
tree | 0fec594fff3ac5fb6cc4faab19924e047db10207 /auth-pam.h | |
parent | e41bba584737f028579961ddf6669b6a768e47e7 (diff) | |
download | openssh-git-1f499fd3688d034daf787859044ede73767b6141.tar.gz |
- (djm) Bug #564: Perform PAM account checks for all authentications when
UsePAM=yes; ok dtucker
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: auth-pam.h,v 1.18 2003/05/19 01:28:44 djm Exp $ */ +/* $Id: auth-pam.h,v 1.19 2003/08/25 03:08:49 djm Exp $ */ /* * Copyright (c) 2000 Damien Miller. All rights reserved. @@ -33,7 +33,7 @@ void start_pam(const char *); void finish_pam(void); -int do_pam_account(const char *, const char *); +u_int do_pam_account(void); void do_pam_session(const char *, const char *); void do_pam_setcred(int ); int is_pam_password_change_required(void); |