(no subject)

2003-02-22 Thread nopadol
Hello all, I have problem about rlm_ldap.c. I wanna find gidnumber but i can't get its in freeradius 8.01. i add some code in ldap_authorize function like ...   if ((group_id = ldap_get_values(conn->ld, msg, "gidnumber")) != NULL){    DEBUG("rlm_ldap:  get gidnumber = %s",group_

(no subject)

2002-12-27 Thread nopadol
I have problem about Freeradius0.7 that started  for 1 day. I got message   rlm_ldap: - authorizerlm_ldap: performing user authorization for xradius_xlat:  '(uid=x)'radius_xlat:  'ou=people,dc=xx,dc=xx,dc=xx,o=internet'rlm_ldap: All ldap connections are in use  modcall[authoriz

Re: freeradius compile problem with ldap

2001-10-03 Thread nopadol
Hello , Now i recompile my freeradius with shared lib but it still error about rlm_ldap (I also compile with new version of freeradius but i have same problem) configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r. I used openldap2.0.11 .

freeradius compile problem with ldap

2001-10-02 Thread nopadol
i wanna used freeradius with ldap. I start compile with these command :   #./configure --prefix=/usr/local/freeradius --with-gnu-ld --enable-static-modules --with-ldap --enable-ltdl-install > out and output is configure: warning: the comm_err library isn't found!configure: warning: silently

Failed to link to module \'rlm_ldap\'

2001-08-30 Thread nopadol . c
hello all, I used freeradiusd-0.1. After configure and install , i ran radius, but it can\'t start. radiusd: Starting - reading configuration files ... radiusd: radiusd.conf[404] Failed to link to module \'rlm_ldap\': file not found I check for rlm_ldap.a and rlm_ldap but i already have it.