From 610e05904e85d101a5886edcc713383bd4200c71 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 10 Feb 2019 14:35:50 -0500 Subject: [PATCH] Update the pam.d dovecot file to meet the requirements of the latest pambase --- pam.d/dovecot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pam.d/dovecot b/pam.d/dovecot index 16002b6..73ceb67 100644 --- a/pam.d/dovecot +++ b/pam.d/dovecot @@ -1,2 +1,4 @@ -auth required pam_unix.so nullok -account required pam_unix.so +auth required pam_unix.so nullok +account required pam_unix.so +password required pam_unix.so +session required pam_unix.so