Re: new postgresql querie

2004-07-30 Thread Kostas Kalevras
On Fri, 30 Jul 2004, Edgars wrote: > i'm trying to use it but nothing has been written into the table while > the client was authenticating. I've added below into the postgresql.conf: > > postauth_query = "INSERT into ${postauth_table} (ip,user) \ > values ('%{NAS-IP-Address}','%{SQL-User-Name

Re: new postgresql querie

2004-07-30 Thread Edgars
i'm trying to use it but nothing has been written into the table while the client was authenticating. I've added below into the postgresql.conf: postauth_query = "INSERT into ${postauth_table} (ip,user) \ values ('%{NAS-IP-Address}','%{SQL-User-Name}')" And the table is in form: freeradius=# se

Re: new postgresql querie

2004-07-29 Thread Kostas Kalevras
On Tue, 27 Jul 2004, Edgars wrote: > Hi! > > i wan to put in a specific PostgreSQL table the NAS-IP-Address when some > user are trying to connect to it. How to do it? Should i change > authorize_reply_query or should i write a new one in postgresql.conf file? > Thanx in advance! You could use th

Re: new postgresql querie

2004-07-27 Thread Motovilov A.V.
Hello Edgars <[EMAIL PROTECTED]>, furlfo> i wan to put in a specific PostgreSQL table the NAS-IP-Address when some furlfo> user are trying to connect to it. How to do it? Should i change furlfo> authorize_reply_query or should i write a new one in postgresql.conf file? furlfo> Thanx in advance!

new postgresql querie

2004-07-27 Thread Edgars
Hi! i wan to put in a specific PostgreSQL table the NAS-IP-Address when some user are trying to connect to it. How to do it? Should i change authorize_reply_query or should i write a new one in postgresql.conf file? Thanx in advance! Regards, Edgars - List info/subscribe/unsubscribe? See http:/