summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
authordtucker <dtucker>2004-09-11 12:17:26 +0000
committerdtucker <dtucker>2004-09-11 12:17:26 +0000
commit07e33d7a6c4f28616e009af01f6e079efb3f433a (patch)
treea0ffd88243030b26b4d5ba85ba5abfbbb65e0460 /auth-pam.h
parentded103c44aa4218a2d1f40c92eecdc52eef28ddb (diff)
downloadopenssh-07e33d7a6c4f28616e009af01f6e079efb3f433a.tar.gz
- (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
failing PAM session modules to user then exit, similar to the way /etc/nologin is handled. ok djm@
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h
index f479413d..a1a2b52d 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,4 +1,4 @@
-/* $Id: auth-pam.h,v 1.26 2004/05/30 10:43:59 dtucker Exp $ */
+/* $Id: auth-pam.h,v 1.27 2004/09/11 12:17:26 dtucker Exp $ */
/*
* Copyright (c) 2000 Damien Miller. All rights reserved.
@@ -45,5 +45,6 @@ void free_pam_environment(char **);
void sshpam_thread_cleanup(void);
void sshpam_cleanup(void);
int sshpam_auth_passwd(Authctxt *, const char *);
+int is_pam_session_open(void);
#endif /* USE_PAM */