FreeRADIUS with LDAP Support
Hello Everyone, I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has not been compiled. Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP? Thanks in Advance, Nick.
Hi,
I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has not been compiled. Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?
if you read the output of ./configure eg ./confogure | grep WARN you will see what LDAP stuff is required - openldap alan
On Thu, Dec 8, 2011 at 9:51 AM, Nick Khamis <symack@gmail.com> wrote:
Hello Everyone,
I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has not been compiled. Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?
Try libldap2-dev. That's what on "Build-Depends" section on debian/control. -- Fajar
Hello Everyone, I do have libldap2-dev installed however, it seems like openldap in all it's totality is needed? Thanks in Advnace, Nick. On Thu, Dec 8, 2011 at 5:31 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Thu, Dec 8, 2011 at 9:51 AM, Nick Khamis <symack@gmail.com> wrote:
Hello Everyone,
I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has not been compiled. Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?
Try libldap2-dev. That's what on "Build-Depends" section on debian/control.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 12/08/2011 01:11 PM, Nick Khamis wrote:
Hello Everyone,
I do have libldap2-dev installed however, it seems like openldap in all it's totality is needed?
What is needed will be listed in the output of configure. Also listed will be where configure looked for the dependency. You should read this. Usually you'll need the headers and libraries, but they may be located in non-standard locations, if so you'll have to tell configure where to find them. -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
participants (4)
-
Alan Buxey -
Fajar A. Nugraha -
John Dennis -
Nick Khamis