summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authordjm <djm>2003-08-25 03:08:49 +0000
committerdjm <djm>2003-08-25 03:08:49 +0000
commit7a8ba75d8ff6244987b1d81f11d5a9256a993d9b (patch)
treec349d7fd65fd59926a32a6715aa9fc8a3c6e2f42 /monitor.h
parent184bb82f78f26654a3a3d4f965163190d0542b34 (diff)
downloadopenssh-7a8ba75d8ff6244987b1d81f11d5a9256a993d9b.tar.gz
- (djm) Bug #564: Perform PAM account checks for all authentications when
UsePAM=yes; ok dtucker
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h
index 13b21aa4..eeac78e0 100644
--- a/monitor.h
+++ b/monitor.h
@@ -51,6 +51,7 @@ enum monitor_reqtype {
MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
MONITOR_REQ_KRB5, MONITOR_ANS_KRB5,
MONITOR_REQ_PAM_START,
+ MONITOR_REQ_PAM_ACCOUNT, MONITOR_ANS_PAM_ACCOUNT,
MONITOR_REQ_PAM_INIT_CTX, MONITOR_ANS_PAM_INIT_CTX,
MONITOR_REQ_PAM_QUERY, MONITOR_ANS_PAM_QUERY,
MONITOR_REQ_PAM_RESPOND, MONITOR_ANS_PAM_RESPOND,