[cyrus-imapd] do not use digest-md5 as part of default auth mechanisms, it does not coop with pam

Michal Hlavinka mhlavink at fedoraproject.org
Wed Dec 7 10:47:25 UTC 2011


commit 58147a2761a12606491bf16f195ca8486ec30d45
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Dec 7 11:47:17 2011 +0100

    do not use digest-md5 as part of default auth mechanisms,
    it does not coop with pam

 cyrus-imapd.imap-2.3.x-conf |    2 +-
 cyrus-imapd.spec            |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/cyrus-imapd.imap-2.3.x-conf b/cyrus-imapd.imap-2.3.x-conf
index c14cf20..9a6b5b5 100644
--- a/cyrus-imapd.imap-2.3.x-conf
+++ b/cyrus-imapd.imap-2.3.x-conf
@@ -5,7 +5,7 @@ sievedir: /var/lib/imap/sieve
 sendmail: /usr/sbin/sendmail
 hashimapspool: true
 sasl_pwcheck_method: saslauthd
-sasl_mech_list: PLAIN LOGIN DIGEST-MD5
+sasl_mech_list: PLAIN LOGIN
 allowplaintext: no
 defaultdomain: mail
 tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec
index cc47bf3..5a8d98a 100644
--- a/cyrus-imapd.spec
+++ b/cyrus-imapd.spec
@@ -1,6 +1,6 @@
 Name: cyrus-imapd
 Version: 2.4.12
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 %define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
 
@@ -481,6 +481,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Wed Dec 07 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.4.12-5
+- do not use digest-md5 as part of default auth mechanisms, 
+  it does not coop with pam
+
 * Tue Nov 22 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.4.12-4
 - reduce noisy logging, add option to turn on LOG_DEBUG syslog 
   messages again (thanks Philip	Prindeville) (#754940)


More information about the scm-commits mailing list