Bug 126507

Summary: FreeRADIUS rlm_ldap module links against wrong version of SASL
Product: [Fedora] Fedora Reporter: Paul Bender <pbender>
Component: freeradiusAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 2   
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: 2004-07-01 14:21:39 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:

Description Paul Bender 2004-06-22 16:35:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
The FreeRADIUS rlm_ldap module is linked against libsasl. However,
OpenLDAP is linked against libsasl2. As a result, FreeRADIUS segfaults
when it attempts to access an LDAP server.

You can find more detail on the problem in the FreeRADIUS bug tracking
system where I filed the original bug report. In particular, see
<http://bugs.freeradius.org/show_bug.cgi?id=73>.

Version-Release number of selected component (if applicable):
0.9.3-4

How reproducible:
Always

Steps to Reproduce:
1. Install FreeRADIUS
2. Configure FreeRADIUS to use LDAP as a backend.
3. Start FreeRADIUS. Rather than starting it using
'/etc/init.d/radiusd', it is best to start it using '/usr/sbin/radiusd
-X' or better yet running it in gdb so that you can better identify
the problem.
4. Authenticate client using FreeRADIUS.
    

Actual Results:  radiusd segfaults.

Expected Results:  radiusd to keep running and the client to authenticate.

Additional info:

Comment 1 Thomas Woerner 2004-07-01 14:21:39 UTC
Fixed in rawhide in rpm freeradius-1.0.0-0.pre3.1 or newer.

Comment 2 Paul Bender 2004-07-02 21:15:12 UTC
Cool. It works. Thanks.