Install ldap (such as www.openldap.org)

Use these if you install somewhere funky

--with-rlm-ldap-include-dir=/path/to/ldap/include
--with-rlm-ldap-lib-dir=/path/to/ldap/lib

-----Original Message-----
From: Octavio Ramirez Rojas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 05, 2003 9:24 AM
To: [EMAIL PROTECTED]
Subject: RADIUS with LDAP authentication -- problems - rlm_ldap








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

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to