Hello: How can i set a basic CHAP authentication? What parameters and files i must set? Can you send me an example? Saludos y Gracias Francisco
On Thursday 14 December 2006 07:12, fjlagos@vtr.net wrote:
How can i set a basic CHAP authentication? What parameters and files i must set?
The default freeradius config supports CHAP, so all you need to supply is a password for the user. According to [1], CHAP requires the cleartext password.
Can you send me an example?
A users file example with the default freeradius 1.1.3 config would be: userX User-Password := "secretpass" To test CHAP auth, run the following. ( echo 'User-Name = "userX"'; echo 'CHAP-Password = "secretpass"' ) | radclient your.radius.server:1812 auth your_secret Kevin Bonner [1] http://deployingradius.com/documents/protocols/compatibility.html
Hi. You can try my how to eap/peap + mschapv2 (in spanish). If you only want chap, the config is similar (more simple). Take a look and post here any questions. Daniel Romero P. Santiago, Chile. ----- Original Message ----- From: <fjlagos@vtr.net> To: <freeradius-users@lists.freeradius.org> Sent: Thursday, December 14, 2006 9:12 AM Subject: Chap authentication
Hello:
How can i set a basic CHAP authentication? What parameters and files i must set?
Can you send me an example?
Saludos y Gracias
Francisco
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
fjlagos@vtr.net -
Kevin Bonner -
romero.cl@gmail.com