Try moving your entry fpr user way up in the users file. I had the same problem. Then i moved my user after the first DEFAULT entry and it worked. I think it has to do with some Checked attribute.(Sorry, i don't have access to my machine right now. i am on vacation. I can not give more clear answer than this).

From: Marco Spiga <[EMAIL PROTECTED]>
Reply-To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org>
To: freeradius-users@lists.freeradius.org
Subject: Re: EAP-MD5 Authentication problem
Date: Wed, 28 Dec 2005 09:56:37 +0100

Hello!!!

I don't know why the 'radeapclient -s -xx 127.0.0.1 auth testing123 <req.txt' command
don't authenticate whith radiusd.
The req.txt file contains:

User-Name = "test"
User-Password = "password"
EAP-MD5-Password = "password"
NAS-IP-Address = 127.0.0.1
NAS-Port = 10
EAP-Code = Response
Called-Station-Id = "00-06-25-57-18-B6"
Calling-Station-Id = "00-06-23-27-38-E6"
EAP-Id = 210
EAP-Type-Identity = "test"
Message-Authenticator = 0x0

--------------------------------------------------------------------

the radius.conf file contain:

       modules {
                ...
                eap {
                        default_eap_type = md5
                        md5 {
                        }
                    ...
                }
                ...
        }
        authorize {
                ...
                eap
        }
        authenticate {
                eap
        }

the eap.conf file contain:

        eap {
        default_eap_type = md5
        md5 {
        }
        }

the users file contain:

"test"          Auth-Type := EAP, User-Password == "password"
                Reply-Message = "Hello, %u"

Where is the error ?
Please.

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


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

Reply via email to