summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-08-25 13:08:49 +1000
committerDamien Miller <djm@mindrot.org>2003-08-25 13:08:49 +1000
commit1f499fd3688d034daf787859044ede73767b6141 (patch)
tree0fec594fff3ac5fb6cc4faab19924e047db10207 /auth-pam.h
parente41bba584737f028579961ddf6669b6a768e47e7 (diff)
downloadopenssh-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h
index fdbd0feb..7f7c16d2 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -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);