aboutsummaryrefslogtreecommitdiff
path: root/pam_log/pam_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'pam_log/pam_log.c')
-rw-r--r--pam_log/pam_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pam_log/pam_log.c b/pam_log/pam_log.c
index 180e0e9..321d7dc 100644
--- a/pam_log/pam_log.c
+++ b/pam_log/pam_log.c
@@ -93,7 +93,7 @@ parse_priority(struct pam_opt *opt, const char *str)
struct pam_opt pam_opt[] = {
{ PAM_OPTSTR(debug), pam_opt_long, &debug_level },
{ PAM_OPTSTR(debug), pam_opt_const, &debug_level, { 1 } },
- { PAM_OPTSTR(audit), pam_opt_bitmask, &cntl_flags, { CNTL_AUDIT } },
+ { PAM_OPTSTR(audit), pam_opt_const, &debug_level, { 100 } },
{ PAM_OPTSTR(waitdebug), pam_opt_null, NULL, { 0 },
gray_wait_debug_fun },
{ PAM_OPTSTR(tag), pam_opt_string, &syslog_tag },

Return to:

Send suggestions and report system problems to the System administrator.