Bug 163072

Summary: freeradius is missing rlm_ldap.so
Product: [Fedora] Fedora Reporter: Florin Andrei <florin>
Component: freeradiusAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2005-07-19 13:00:28 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 Florin Andrei 2005-07-12 18:56:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
The original FC4 freeradius has no rlm_ldap.so:

# rpm -ql freeradius | grep ldap
/etc/raddb/ldap.attrmap
/usr/share/doc/freeradius-1.0.2/rlm_ldap

However, after rebuilding the src.rpm on my FC4 system, the rebuild package has the LDAP module:

# rpm -qpl RPMS/i386/freeradius-1.0.2-2.i386.rpm | grep ldap
/etc/raddb/ldap.attrmap
/usr/lib/rlm_ldap-1.0.2.so
/usr/lib/rlm_ldap.so
/usr/share/doc/freeradius-1.0.2/rlm_ldap

What's funny is that BuildRequires specifies openldap-devel as a dependency, so it seems like there is an intention to provide LDAP auth. It's just the module that's missing from the package.

Version-Release number of selected component (if applicable):
freeradius-1.0.2-2

How reproducible:
Always

Steps to Reproduce:
1.see above
2.
3.
  

Actual Results:  see above

Expected Results:  Either the freeradius package should provide the LDAP module, or a freeradius-ldap package should be provided with FC4.

Additional info:

Comment 1 Thomas Woerner 2005-07-19 13:00:28 UTC

*** This bug has been marked as a duplicate of 160877 ***