Pretty sure when you installed it the users file that is being used is not in your home directory. I am pretty sure that if you were to look in output.txt you would be able to see what users file is being used.

 

Michael

 

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

Michael J. Hartwick, VE3SLQ                      hartwick@hartwick.com

Hartwick Communications Consulting                      (519) 396-7719

Kincardine, ON, CA                             http://www.hartwick.com

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

 

From: freeradius-users-bounces+hartwick=hartwick.com@lists.freeradius.org [mailto:freeradius-users-bounces+hartwick=hartwick.com@lists.freeradius.org] On Behalf Of Reza Hajjizadeh
Sent: Saturday, July 21, 2012 02:29
To: freeradius-users@lists.freeradius.org
Subject: Radius reject the request

 

Hello
I'm newbie in Linux,
install a new radius server as http://wiki.freeradius.org/Build explain

tar zxvf freeradius-server-2.1.12.tar.gz
./configure
make
su - root
make install

edit /home/reze/freeradius-server-2.1.12/users
at top of file add testing Cleartext-Password :="123456"

and start radius #radius -X > output.txt

on another terminal type

#radtest resting 123456 127.0.0.1 10 testing123

but reject the request.

Please help me to solve this problem.
Best Regards