I have installed FreeRADIUS in a FreeBSD 11.0 Jail on a FreeNAS.
The packet is installed with pkg, since i prefer binary installs.
I have configured Radius to authenticate from LDAP, but it fails to load the ldap module.
I have tried to figure out from where to get the missing module, it is nowhere on my system..
The directory contains other rlm_*.so files, but not rlm_ldap.so
Somewhere on the net there is reference to a packet named freeradius-ldap, but I can’t find it in the ports collection.
I have also tried to locate the packet by searching the FreeBSD repo on github.
The file is the FreeRADIUS repro, but I don’t what to mess with compiling the module myself..
How do i get rlm_ldap.so installed on my system without too much hassle..?
The packet is installed with pkg, since i prefer binary installs.
pkg install FreeRadius
radiusd -v
Code:
radiusd: FreeRADIUS Version 3.0.15, for host amd64-portbld-freebsd11.0, built on Aug 24 2017 at 07:17:48
FreeRADIUS Version 3.0.15
radiusd -XC
Code:
/usr/local/etc/raddb/mods-enabled/ldap[9]: Failed to link to module 'rlm_ldap': Cannot open "/usr/local/lib/freeradius-3..15/rlm_ldap.so"
The directory contains other rlm_*.so files, but not rlm_ldap.so
Somewhere on the net there is reference to a packet named freeradius-ldap, but I can’t find it in the ports collection.
I have also tried to locate the packet by searching the FreeBSD repo on github.
The file is the FreeRADIUS repro, but I don’t what to mess with compiling the module myself..
Code:
https://github.com/FreeRADIUS/freeradius-server/blob/v4.0.x/src/modules/rlm_ldap/rlm_ldap.c