Hi all. I'd like some help to configure my Radius server. My Radius authenticates users from my HotSpot to access the internet. I want to limit the uses to access the Internet, i did try Session-Timeout attribute but don't work so far. This is my users file: mike Auth-Type = System, User-Password == mike" Session-Timeout := 3600, What i am doing wrong? Can anyone help me with this task? Thanks ________________________________________________ Message sent using Prodepa Webmail 2.7.9
Osvaldohp wrote:
This is my users file: mike Auth-Type = System, User-Password == mike" Session-Timeout := 3600,
What i am doing wrong?
You're telling the server to look in /etc/passwd for the users password, and then also telling it what the users password is. Don't set Auth-Type. Use 1.1.6. Use Cleartext-Password, not "User-Password", as suggested in the FAQ. Alan DeKok.
On Monday 16 July 2007 08:05:15 Alan DeKok wrote:
Osvaldohp wrote:
This is my users file: mike Auth-Type = System, User-Password == mike" Session-Timeout := 3600,
What i am doing wrong?
You're telling the server to look in /etc/passwd for the users password, and then also telling it what the users password is.
Don't set Auth-Type.
Use 1.1.6.
Use Cleartext-Password, not "User-Password", as suggested in the FAQ.
Alan DeKok.
Don't forget to use the ':=' operator for the Cleartext-Password attribute, in addition to all of the above. -Kevin
participants (3)
-
Alan DeKok -
Kevin Bonner -
Osvaldohp