Re: eap-md5 with ldap backend

2005-01-25 Thread Matt Moore
Kostas - Thank you. I had misunderstood this section (obviously) in what I had read. The explanation below helps alot... All is working now. Thanks, Matt --- Kostas Kalevras <[EMAIL PROTECTED]> wrote: ... > You are setting Auth-Type to LDAP. The ldap module > does not perform > authentication

Re: eap-md5 with ldap backend

2005-01-25 Thread Kostas Kalevras
On Mon, 24 Jan 2005, Matt Moore wrote: Hey, Thanks for the help... Still having difficulty, although I think you are right on target. LDAP appear to respond correctly then Radius states that the User-Password attribute is missing. Isn't this what I set with the ldap.attrmap and dictionary_mapping

Re: eap-md5 with ldap backend

2005-01-24 Thread Alan DeKok
Matt Moore <[EMAIL PROTECTED]> wrote: > DEFAULT Auth-Type := LDAP > Fall-Through = 1 ... > rad_recv: Access-Request packet from host > 143.116.5.238:2048, id=98, length=117 ... > User-Name = "matt_moore" > EAP-Message = 0x0201000f016d6174745f6d6f6f7265 LDAP doesn't do

Re: eap-md5 with ldap backend

2005-01-24 Thread Matt Moore
Hey, Thanks for the help... Still having difficulty, although I think you are right on target. LDAP appear to respond correctly then Radius states that the User-Password attribute is missing. Isn't this what I set with the ldap.attrmap and dictionary_mapping in the radiusd.conf? Here are snippe

Re: eap-md5 with ldap backend

2005-01-24 Thread NextGen$'s ShaDow
I solved this problem using an other attribute : in /etc/freeradius/ldap.attrmap : checkItem User-Password radiusTunnelPassword and set up passwords in it ;-) I think it's only an access right problem on the LDAP 'userPassword' attribute... If that don't solve your pro

eap-md5 with ldap backend

2005-01-24 Thread Matt Moore
Hello all, I am trying to setup a radius service for eap with an ldap backend. I have gotten the ldap backend working and I have gotten eap to work with a user defined in the users file. Next 2 lines from my users file. testuser Auth-Type := EAP, User-Password == "testpass" DEFAULT Auth-Type