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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor.h') 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, -- cgit v1.2.1