Re: Radius with LDAP with error

2005-01-13 Thread Anderson Alves de Albuquerque
Ok. You are right. Thanks I make a test, now my radius is okay. On Wed, 12 Jan 2005, Dustin Doris wrote: Was this a copy/paste? Look below in the radiusd.conf section. You put in identify = cn=root... instead of identity = cn=root... That would explain why you are

Radius with LDAP with error

2005-01-12 Thread Anderson Alves de Albuquerque
My RADIUS is make authentication in LDAP, there this error: rad_recv: Access-Request packet from host 146.164.xx.235:10808, id=117, length=122 User-Name = aaa CHAP-Password = 0x6c662e7faba88fc9791bbf10558405bc0d NAS-IP-Address = 146.164.xx.235 NAS-Identifier =

Re: Radius with LDAP with error

2005-01-12 Thread Pete Conkin
From: Anderson Alves de Albuquerque [EMAIL PROTECTED] My RADIUS is make authentication in LDAP, there this error: rlm_ldap: LDAP login failed: check login, password settings in ldap section of radiusd.conf rlm_ldap: (re)connection attempt failed This part of your log seems to indicated

Re: Radius with LDAP with error

2005-01-12 Thread Anderson Alves de Albuquerque
IN ldap a put: suffix dc=br rootdn cn=root,dc=voip,dc=nce,dc=ufrj,dc=br rootpw teste In radiusd: ldap { server=146.164.xx.236 identify=cn=root,dc=voip,dc=nce,dc=ufrj,dc=br password=teste

Re: Radius with LDAP with error

2005-01-12 Thread Anderson Alves de Albuquerque
I only put rootpw teste in my slapd.conf. I put in slapd.conf 'rootdn cn=root,dc=voip,dc=nce,dc=ufrj,dc=br' and 'suffix dc=br'. After I use ldapadd to create my tree with all struct expect cn=root,dc=voip,dc=nce,dc=ufrj,dc=br . I donĀ“t create cn=root,dc=voip,dc=nce,dc=ufrj,dc=br.

Re: Radius with LDAP with error

2005-01-12 Thread Dustin Doris
Can you bind with that username/password using a command line such as ldapsearch? On Wed, 12 Jan 2005, Anderson Alves de Albuquerque wrote: I only put rootpw teste in my slapd.conf. I put in slapd.conf 'rootdn cn=root,dc=voip,dc=nce,dc=ufrj,dc=br' and 'suffix dc=br'. After I use

Re: Radius with LDAP with error

2005-01-12 Thread Anderson Alves de Albuquerque
ldapsearch -x -b dc=br -h x.y.z.w But, I use radius to authentication. When I use ldapsearch all is okay. Look may config ldap: --- include /usr/home/andersonalves/work/radius/core.schema include

Re: Radius with LDAP with error

2005-01-12 Thread Dustin Doris
Was this a copy/paste? Look below in the radiusd.conf section. You put in identify = cn=root... instead of identity = cn=root... That would explain why you are trying to login without a username, as shown in your debug output. rlm_ldap: bind as /teste to 146.164.xx.236:389 On Wed, 12 Jan