Bug 43079

Summary: Split CRAM-MD5 and Digest-MD5 from main package
Product: [Retired] Red Hat Raw Hide Reporter: Simon Wilkinson <sxw>
Component: cyrus-saslAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-31 16:26:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to split off the MD5 methods (watch the release number) none

Description Simon Wilkinson 2001-05-31 16:22:03 UTC
The standard Cyrus SASL installation always includes the Digest-MD5 and
CRAM-MD5
modules. For sites that use SASL purely for its GSSAPI module, this is
needless code,
as well as resulting in lots of errors about non-existent sasldb's.

Splitting these two off into another package, in the same way as the
'plain' methods solves
this problem.

Patch attached to do this.

Comment 1 Simon Wilkinson 2001-05-31 16:26:07 UTC
Created attachment 20036 [details]
Patch to split off the MD5 methods (watch the release number)

Comment 2 Nalin Dahyabhai 2001-11-02 16:29:20 UTC
This change should be made in cyrus-sasl-1.5.24-19 and later.  Thanks!