Hi, I want to make radius authentification with ldap.
I working under linux mandrake 9.0, freeradius and openldap-2.1.21
I modified radiusd.conf file like this:
--
ldap {
server = "127.0.0.1"
identity = "cn=Manager,dc=prism,dc=fr"
password = nobodys
basedn = "dc=prism,dc=fr"
filter = "(&(objectclass=posixAccount)(uid=%u))"
start_tls = no
tls_mode = no
ldap_connections_number = 5
groupname_attribute = cn
groupmembership_filter =
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"
timeout = 4
timelimit = 3
net_timeout = 1
}
authenticate {
# pam
# unix
# Uncomment it if you want to use ldap for authentication
authtype LDAP {
ldap
}
}
but i have this error:
read_config_files: entering modules setup
Module: Library search path is /usr/local/lib
radiusd.conf[636] Failed to link to module 'rlm_ldap': rlm_ldap.so:
cannot open shared object
file: No such file or directory
---
I do not have this file "rlm_ldap.so', how I make to create it?
Regards
Octavio
-
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html