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

Reply via email to