aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/passverify.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-15 16:20:52 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-15 20:01:23 +0000
commit32112a7b6075e23d7acba37b9272be4a3926bd33 (patch)
treebdafd710331965a4a46121f4a4cdb61b845e2ba5 /modules/pam_unix/passverify.h
parente3309f060a67805e679fee55b1101b91991ea824 (diff)
downloadpam-32112a7b6075e23d7acba37b9272be4a3926bd33.tar.gz
pam-32112a7b6075e23d7acba37b9272be4a3926bd33.tar.bz2
pam-32112a7b6075e23d7acba37b9272be4a3926bd33.zip
pam_unix: refactor audit logging
Split the audit logging code into a separate file, to be reused by unix_update(8).
Diffstat (limited to 'modules/pam_unix/passverify.h')
-rw-r--r--modules/pam_unix/passverify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_unix/passverify.h b/modules/pam_unix/passverify.h
index 9276347c..c4c8df5f 100644
--- a/modules/pam_unix/passverify.h
+++ b/modules/pam_unix/passverify.h
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <pwd.h>
+#include <shadow.h>
#include <security/pam_modules.h>
#define PAM_UNIX_RUN_HELPER PAM_CRED_INSUFFICIENT