Hi,
I am concerned if this error is related to any missing package that I need to install in FreeBSD.
I am trying to set up freeradius authentication with LDAP. FreeRadius is installed in FreeBSD on one machine and LDAP is in another machine. Everytime I run FreeRadius on debug mode it gives me following error. If I don't use LDAP, FreeRadius debug runs smoothly without any error.
I don't know what is this error about. How can I check the package which contains rlm_ldap is already installed or not? How to find whether LDAP package(ANY VERSION if needed) is already installed or not? I tried to install Openldap from net/openldap24-server thinking that might be the error but it gave me error like below:
Hopefully, I get quick suggestion for this error.
Thanks,
I am concerned if this error is related to any missing package that I need to install in FreeBSD.
I am trying to set up freeradius authentication with LDAP. FreeRadius is installed in FreeBSD on one machine and LDAP is in another machine. Everytime I run FreeRadius on debug mode it gives me following error. If I don't use LDAP, FreeRadius debug runs smoothly without any error.
Code:
/usr/local/etc/raddb/modules/ldap[29]: Failed to link to module 'rlm_ldap': file not found
/usr/local/etc/raddb/sites-enabled/inner-tunnel[237]: Failed to load module "ldap".
/usr/local/etc/raddb/sites-enabled/inner-tunnel[237]: Failed to parse "ldap" entry.
I don't know what is this error about. How can I check the package which contains rlm_ldap is already installed or not? How to find whether LDAP package(ANY VERSION if needed) is already installed or not? I tried to install Openldap from net/openldap24-server thinking that might be the error but it gave me error like below:
Code:
openldap-sasl-server-2.4.23 cannot install: SASL support requested and openldap-client-2.4.23 is installed.
*** Error code 1
Hopefully, I get quick suggestion for this error.
Thanks,