Database Problem

2009-10-30 Thread Paul Ryszka
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

Re: Database Problem

2009-10-30 Thread Ana Gallardo
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

Re: Database Problem

2009-10-30 Thread Paul Ryszka
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

Re: Database Problem

2009-10-30 Thread Ana Gallardo
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

Re: Database Problem

2009-10-30 Thread Paul Ryszka
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:

Re: Database Problem

2009-10-30 Thread Ana Gallardo
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

Re: Database Problem

2009-10-30 Thread Ben Wiechman
Or NTRadPing for Windows. On Fri, Oct 30, 2009 at 7:59 AM, Ana Gallardo ana.gallardo...@gmail.comwrote: 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.