Comment 21 for bug 827151

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Ok, specifically this log message is fixed in 2.1.28:

    DIGEST-MD5 common mech free

Via https://git.launchpad.net/ubuntu/+source/cyrus-sasl2/tree/debian/patches/0001-plugins-digestmd5-Remove-debug-log-mech-free.patch

That patch is just in Ubuntu Kinetic for now.

But I still see a lot of DIGEST-MD5 noise in the logs when I just attempt a DIGEST-MD5 auth:
May 25 19:15:01 k1-sasl-digest ldapwhoami: DIGEST-MD5 client step 2
May 25 19:15:01 k1-sasl-digest ldapwhoami: DIGEST-MD5 parse_server_challenge()
May 25 19:15:01 k1-sasl-digest ldapwhoami: DIGEST-MD5 ask_user_info()
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 client step 2
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 ask_user_info()
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 make_client_response()
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 create_layer_keys()
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 client mech dispose
May 25 19:15:03 k1-sasl-digest ldapwhoami: DIGEST-MD5 common mech dispose

All except the "common mech free" one ;)

The fix for that was committed 22 days ago: https://github.com/cyrusimap/cyrus-sasl/commit/cb549ef71c5bb646fe583697ebdcaba93267a237

And also affects kinetic. I'll reopen this bug then, as it's the same type of noise in the same plugin.