Hi Willey, I made the ldap installation like you indicated it,
I have the same error. I only have the "rlm_ldap.c" file, What I need to make to have the file "rlm_ldap.so"???? Regards Octavio Le mar 05/08/2003 � 16:26, Willey Kurt D a �crit : > 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 > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
