Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-07 Thread Shawn Adams
Thanks for the responses to my queries. I have the EAP/MD5 working with the win2k supplicant across a Nortel BS450 switch. users.conf: lunatic Auth-Type := Local, User-Password = "test" clients.conf: client 192.168.17.247 { secret = test shortname = bs450_1

Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-06 Thread Shawn Adams
Alan, After making the recommended changes, and commenting everything out of the radiusd.conf, allowing EAP only MD5, and disallowing all other forms of auth: modcall: entering group authorize modcall[authorize]: module "preprocess" returns ok modcall[authorize]: module "eap" returns updated

Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-06 Thread Alan DeKok
Shawn Adams <[EMAIL PROTECTED]> wrote: > I think my Radius is using the system /etc/passwd, as this is the default. > This seems not to be an option, since /etc/passwd is not cleartext. Exactly. > giving the user a specific entry in the users.conf: > > Auth-Type := Local, User-Password = "Hell

Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-06 Thread Shawn Adams
Alan, thanks for the response. I think my Radius is using the system /etc/passwd, as this is the default. This seems not to be an option, since /etc/passwd is not cleartext. giving the user a specific entry in the users.conf: Auth-Type := Local, User-Password = "Hello" does not seem to help.

Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-06 Thread Alan DeKok
Shawn Adams <[EMAIL PROTECTED]> wrote: > rlm_eap: EAP_TYPE - md5 > rlm_eap: processing type md5 > rml_eap_md5: No password configured for this user > ... > It appears this might be related to the use of encrypted passwords, when > MD5 needs cleartext. Yes. > anyone know how to fix the password

Re: Error about:rlm_eap_md5: No password configured for this user.

2003-01-06 Thread Shawn Adams
Freeradius 0.8.1 suse linux 7.3 Using EAP/MD5 from a win2k supplicant, (downloaded from microsoft) the error is as follows: rlm_eap: EAP_TYPE - md5 rlm_eap: processing type md5 rml_eap_md5: No password configured for this user ... It appears this might be related to the use of encrypted password

Re: Error about:rlm_eap_md5: No password configured for this user.

2002-11-01 Thread Artur Hecker
hi i don't know if anybody answered that: try to put the eap module the last in the authorize section. for the next time, provide complete server log in debug mode and your user configuration for that special case, at least of one single user. see the EAP-MD5.html howto in the docs directory of f