please help! i have to install freeRADIUS 1.1.7 on fedora core 7 ,but i am unable to add users to the 'users' file . i am getting help from the website : www.aerospacesoftware.com/radius.html i add the user in this way, johndoe Auth-Type := Local, User-Password == "johndoepassword" Reply-Message = "Hello, %u" AND AFTER THAT # radiusd -X# radtest johndoe johndoepassword localhost 1812 yoursharedsecret BUT THE RESPONSE FROM THE SERVER IS NOT "rad_recv: Access Accept packet...". BUT "rad_recv: Access-Rejected packet...". please tell me what to do should i install an older version ? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
adnan deura wrote:
i am getting help from the website : www.aerospacesoftware.com/radius.html
Why? It's *years* out of date.
i add the user in this way,
johndoe Auth-Type := Local, User-Password == "johndoepassword" Reply-Message = "Hello, %u"
Don't do that. It's wrong. Do this: johndoe Cleartext-Password := "johndoepassword" Reply-Message = "Hello, %u" See the documentation in 1.1.7 for why.
AND AFTER THAT
# radiusd -X
And you haven't included the output.
BUT THE RESPONSE FROM THE SERVER ... "rad_recv: Access-Rejected packet...".
You're trying to debug the server by looking at the output from the client. I fail to understand why anyone thinks this is useful.
please tell me what to do
READ the debug output from the server. It is telling you what is going wrong, and why.
should i install an older version ?
No. Alan DeKok.
Hi,
i have to install freeRADIUS 1.1.7 on fedora core 7 ,but i am unable to add users to the 'users' file .
why? 2.0.0 is out now
i am getting help from the website : www.aerospacesoftware.com/radius.html
way way way out of date and it doesnt follow current best practice either.
johndoe Auth-Type := Local, User-Password == "johndoepassword" Reply-Message = "Hello, %u" AND AFTER THAT
johndoe Cleartext-Password := "passwordhere" Reply-Message = "hello, %u"
please tell me what to do
basically ignore the output from the client - it cant tell you THAT much. instead, look at the output from the server - which is plenty if you use 'radiusd -X'
should i install an older version ?
no. the opposite. install a newer version alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
adnan deura -
Alan DeKok