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:
*** This bug has been marked as a duplicate of 160877 ***