Re: rlm_sql_postgresql

2003-02-19 Thread Aleksandar Zhelyazkov
leaobicalho wrote: What problem??? Why dont autorize if username is correct... postgres isn't running? postgresql is running but does not allow freeradius to connect to it? postgresql.conf contains wrong information about db, host, user,pass ? rlm_sql_postgresql: query: SELECT

Re: Help Needed: VoIP Billing System

2003-02-19 Thread Aleksandar Zhelyazkov
Zahara wrote: Hello All I am analysing a VoIP billing application. I need some info about a few things. I'd appreciate all the help and details that you could provide. Here is what we need to do: Our customers connect to our gateway/gatekeeper through IP or PSTN (calling cards

Re: Authorization

2003-01-23 Thread Aleksandar Zhelyazkov
You can use rlm_perl or rlm_python for authenticating. Then you can do whatever you want. Alex Zhang wrote: Thanks Tim. I'm using oracle database trigger to calculate the credit amount and add it to radreply: at the conclusion of each call, i use trigger to calculate the amount left

Re: Unwanted character in time field

2003-01-18 Thread Aleksandar Zhelyazkov
Andy Melton wrote: I have recently installed a Free Radius server to collect accounting output from a Cisco AS5350. Up until today, it was working fine, but at 4:00 pst yesterday, the timestamps from the accounting record are prepended by an *. I'm not sure if this was caused by the AS5350,

Re: debug (radiusd -X)

2002-10-18 Thread Aleksandar Zhelyazkov
s.m. ali kazmi wrote: Hi i m new in linux and red hat, using since 2002 Jan. now i m try to configure radius server . I found freeradius on google search .. after installing as discribe in Readme and INSTALL file in freeraadius pack ... when i run radiusd -X for debug i found error like

Re: newbie : pb with postgresql

2002-10-15 Thread Aleksandar Zhelyazkov
Thai DANG wrote: I've got installation troubles with postgresql. I saw that it is a recurrent questions in the mailing but I did not find a valable answer. This is the trace when I launch radiusd -X I have included /usr/local/lib in my LD_LIBRARY_PATH I ve got a linux mandrake 8.2 gcc

Re: Freeradius and authendication to a Lan

2002-10-15 Thread Aleksandar Zhelyazkov
Hreiðar Jóelsson wrote: Okay here is my situation: I have a Freeradius running on Linux machine whit two network cards. One of it is connected to my LAN and the other is connected to the Internet. When Freeradius authenticates one of my users (who is using a java based radius client) I

Re: Help Info SQL

2002-10-09 Thread Aleksandar Zhelyazkov
Gian-Carlo Baldarelli wrote: May I ask the exact meaning of the tables and how to use them ? radacct radcheck radgroupcheck radgroupreply radreply usergroup I guess tha a user has to be inserted in the radchek with: UserName(username) - Attribute (User-Password) - Vale (password)- op (???)

Re: FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Aleksandar Zhelyazkov
There are also some diferences between the sql db schema supplied in src/modules/rlm_sql/drivers/rlm_sql_postgres/db_postgres.sql and the sql statemetns for accounting_onoff etc in postgresql.conf Sergey Holod wrote: On Monday 07 October 2002 15:02, Jared Quinn wrote: Sergey, What