Hello, I am using FreeRadius v 1.1.3 (lastest in the cenOS) and everything is going quite ok but I am not sure how to construct database tables to use for authorization (I am using MS SQL as a backend) I get the connection to database and can do queries against it so at this point it is standard ODBC connection that is working. I cannot choose the right attributes to put to the database for authentication to happened. I always get "unknown attribute" no matter if I use "Cleartext-Password" or "Auth-Type". That are two that I found in various documentation on the web. Obviously authentication fails. I would really appriciate if you would be able to tell me how the simplest (user/password with nothing extra returned back) authentication can be done using database backend. Regards Paul
I would really appriciate if you would be able to tell me how the simplest (user/password with nothing extra returned back) authentication can be done using database backend.
Insert in radcheck table: username -> username attribute -> Cleartext-Password op -> := value -> cleartext password ____________________ Ana Gallardo Gómez ____________________
On Fri, 2009-10-30 at 12:34 +0100, Ana Gallardo wrote:
I would really appriciate if you would be able to tell me how the simplest (user/password with nothing extra returned back) authentication can be done using database backend.
Insert in radcheck table:
username -> username attribute -> Cleartext-Password op -> := value -> cleartext password
Unfortunatelly Cleartext-Password is not working in version 1.1.3
Thank you for help, I got it working. Can you tell me if there is tool that I can use to test mschap authentication rahter than use local radtest it can be linux or windows app. Thank you Paul On Fri, 2009-10-30 at 12:58 +0100, Ana Gallardo wrote:
> Insert in radcheck table: > > username -> username > attribute -> Cleartext-Password > op -> := > value -> cleartext password
Unfortunatelly Cleartext-Password is not working in version 1.1.3
Try with User-Password
____________________
Ana Gallardo Gómez ____________________ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Can you tell me if there is tool that I can use to test mschap authentication rahter than use local radtest it can be linux or windows app.
http://deployingradius.com/scripts/eapol_test/ ____________________ Ana Gallardo Gómez ____________________
Or NTRadPing for Windows. On Fri, Oct 30, 2009 at 7:59 AM, Ana Gallardo <ana.gallardo.77@gmail.com>wrote:
Can you tell me if there is tool that I can use to test mschap
authentication rahter than use local radtest it can be linux or windows app.
http://deployingradius.com/scripts/eapol_test/ ____________________
Ana Gallardo Gómez ____________________
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Ana Gallardo -
Ben Wiechman -
Paul Ryszka