From e4986a9ef5bc14c4b7e11b3cd353a2272084c61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 11:56:41 +0000 Subject: [PATCH] - use password-auth common PAM configuration instead of system-auth --- dovecot.pam | 6 +++--- dovecot.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dovecot.pam b/dovecot.pam index ccb9105..5b9f05f 100644 --- a/dovecot.pam +++ b/dovecot.pam @@ -1,5 +1,5 @@ #%PAM-1.0 auth required pam_nologin.so -auth include system-auth -account include system-auth -session include system-auth +auth include password-auth +account include password-auth +session include password-auth diff --git a/dovecot.spec b/dovecot.spec index 1942a0e..5edf90b 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 Version: 1.2.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT and LGPLv2 and BSD with advertising Group: System Environment/Daemons @@ -435,6 +435,9 @@ fi %changelog +* Wed Sep 16 2009 Tomas Mraz - 1:1.2.4-3 +- use password-auth common PAM configuration instead of system-auth + * Fri Aug 21 2009 Tomas Mraz - 1:1.2.4-2 - rebuilt with new openssl