From a6ca6875552cd6b12cb5e2a5da1889b1862d05cf 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:52:47 +0000 Subject: [PATCH] - use password-auth common PAM configuration instead of system-auth --- cyrus-imapd.pam-config | 6 +++--- cyrus-imapd.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cyrus-imapd.pam-config b/cyrus-imapd.pam-config index ccb9105..5b9f05f 100644 --- a/cyrus-imapd.pam-config +++ b/cyrus-imapd.pam-config @@ -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/cyrus-imapd.spec b/cyrus-imapd.spec index 7803371..96ae3d1 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.14 -Release: 5%{?dist} +Release: 6%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -731,6 +731,9 @@ fi %{_mandir}/man1/* %changelog +* Wed Sep 16 2009 Tomas Mraz - 2.3.14-6 +- use password-auth common PAM configuration instead of system-auth + * Mon Sep 07 2009 Michal Hlavinka - 2.3.14-5 - fix buffer overflow in cyrus sieve (#521010)