Bug 172672

Summary: sasl code needs to accomodate older versions of sasl
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:41:14 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:
Bug Depends On:    
Bug Blocks: 152373, 240316    
Attachments:
Description Flags
List of files affected
none
diffs for fix none

Description Rich Megginson 2005-11-08 03:40:06 UTC
Created attachment 120801 [details]
List of files affected

Comment 1 Rich Megginson 2005-11-08 03:40:06 UTC
1) On RHEL3, the gssapi_krb5 lib is in /usr/kerberos/lib, not /usr/lib
2) SASL_AUX_PASSWORD_PROP is not defined in the RHEL3 sasl

Comment 2 Rich Megginson 2005-11-08 03:40:52 UTC
Created attachment 120802 [details]
diffs for fix

Comment 3 Rich Megginson 2005-11-08 15:56:04 UTC
Reviewed by: Noriko (Thanks!)
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=120801
Branch: HEAD
Fix Description: 1) Change build to use -L/usr/kerberos/lib on RHEL3 
since that's where gssapi_krb5 is on that platform 2) ifdef out the use 
of SASL_AUX_PASSWORD_PROP - if it's not defined, we don't need to use it.
Platforms tested: RHEL3
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=120802

Comment 4 Nathan Kinder 2007-12-20 19:21:52 UTC
This was covered by SASL acceptance testing in the 7.1 test cycle.  Marking as
VERIFIED.