Authentication with user-password

2003-07-27 Thread Salvin Kumar
  | password  | == | eoj  2 | salvin   | password  | == | sal(3 rows)   Now I want to authenticate a user without the password. How is that possible.     cheers  

Authenticating user via postgres

2003-07-20 Thread Salvin Kumar
Hi   I just wanted to know what are the necessary changes that need to be made for authentication from a database.   All I did was create a radcheck table and populate it and the query in the postgresql.conf is as it originally was. And this is the error message I get when I try to authenti

(no subject)

2003-07-20 Thread Salvin Kumar
Hi   I just wanted to know what are the necessary changes that need to be made for authentication from a database.   All I did was create a radcheck table and populate it and the query in the postgresql.conf is as it originally was. And this is the error message I get when I try to authentic

postgres error

2003-07-10 Thread Salvin Kumar
When I am trying to start the radius server and do accounting ith postgres I get some errors when the values are being inserted:   ERROR:  "Bad numeric input format ''LOG:  connection received: host=localhost.is.com.fj[127.0.0.1] port=1121LOG:  connection authorized: user=postgres database=

(no subject)

2003-07-09 Thread Salvin Kumar
Hi I managed to compile freeradius with postgresql but when I start the radius server and try to do accounting  using NT RadPing then I get the following error message : rlm_sql_postgresql: PostgreSQL Query failed Error: no connection to the server rlm_sql (sql): Couldn't update SQL accounti

Re: accounting with postgresql

2003-07-09 Thread salvin
[EMAIL PROTECTED] wrote on 7/10/2003 11:56:53 AM: > > >Hi > >I managed to compile freeradius with postgresql but when I start the radius server >and try to do accounting >using NT RadPing then I get the following error message : > >rlm_sql_postgresql: PostgreSQL Query failed Error: no connectio

(no subject)

2003-07-09 Thread salvin
Hi I managed to compile freeradius with postgresql but when I start the radius server and try to do accounting using NT RadPing then I get the following error message : rlm_sql_postgresql: PostgreSQL Query failed Error: no connection to the server rlm_sql (sql): Couldn't update SQL accounting

accounting with postgres

2003-07-08 Thread Salvin Kumar
After installing freeradius4.8 I installed postgresql 7.3.3 and  I am interested in the accounting part which I want to be done into a database.The details are there in the detail file.   I made the appropriate changes to the radiusd.conf and postgresql.conf files. And now when I run the dae

accounting with postgresql

2003-07-01 Thread Salvin Kumar
Hi,   I have installed freeradius on freebsd and for testing purposes I am using NTRadping for authentication and for accounting. I can get the logs in /var/log/radius.log and the accounting info in /var/log/radacct/terminal-server ip-add/detail.   Now I want to dump the same  accounting re

RE:

2003-06-23 Thread Salvin Kumar
I have installed freeradius and now I want to dump the accounting details onto a postgres database.   How do I do that.    salvin

interface freeradius to postgres

2003-06-22 Thread Salvin Kumar
I have installed freeradius successfully and I also tested the authentication and accounting part of it.   Now I want to dump the accounting details to database using postgresql.   How can it be done.     salvin