Octavio

May be you didnt tell to the configure script where to locate the
include and libs of the ldap sdk...

see ./configure --help


On Tue, 2003-08-05 at 09:24, Octavio Ramirez Rojas wrote:
> 
> 
> 
> 
> 
> 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
-- 
Gustavo A. Lozano                                 Noldata Corporation
[EMAIL PROTECTED]                               Calle 46 No. 40-19
CTO                                               Bogota D.C. Colombia
Noldata Corporation                               http://noldata.com

            I know not with what weapons World War III will be fought,
               but World War IV will be fought with sticks and stones.
                                                       Albert Einstein





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

Reply via email to