SQL trace

2006-04-04 Thread Mike Chamberlain
Hi there. We recently disabled SQL trace in the mssql.conf file because the sql trace filled up, exceeded the linux maximum file size and comepletely shagged our machine. This is fine, except that now we don't see the SQL statements in radius.log either. How do we diasble the seperate SQL trace

Re: Multiple instances

2005-10-25 Thread Mike Chamberlain
Yep you were right Alan, it was a stupid misconfiguration. Cheers both of you. Mike On 10/14/05, Alan DeKok <[EMAIL PROTECTED]> wrote: > Mike Chamberlain <[EMAIL PROTECTED]> wrote: > > which specify ports 1812 and 1813 respectively, so I thought I'd be > > able

Multiple instances

2005-10-13 Thread Mike Chamberlain
Hello there. This is probably a stupid question, but how do I run multiple instances of radiusd on the same machine, listening on different ports? I have two configuration directories: /usr/local/etc/raddb /usr/local/etc/raddb2 which specify ports 1812 and 1813 respectively, so I thought I'd be

Forcing authorization access-reject depending on attribute

2005-09-26 Thread Mike Chamberlain
Hi there. I am using freeradius to authenticate users to a ChilliSpot wireless hotspot. It's backended by a SQL database and communicating using stored procedures. My problem is as follows. On authentication, the user enters their username and password. This calls a stored procedure which retu

Serializing database requests

2005-09-19 Thread Mike Chamberlain
Hi there. We are using FreeRadius on a VoIP network, talking to a database holding account information. Consider the following sequence of SQL statements generated by FreeRadius, which in some cases are producing a problem for us: AUTHENTICATE EXEC Rad_Authenticate '1211170776', '0889810576', ''

Re: Configuring for multiple vendors

2005-05-24 Thread Mike Chamberlain
> Cisco-h323-call-origin > > See variables.txt in the doc directory for more details... > > Cheers, > Mike > > > >-Original Message- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] On Behalf > >Of Mike Chamberlain > >Sent: Tuesda

Configuring for multiple vendors

2005-05-24 Thread Mike Chamberlain
Hi everyone. I am trying to set up my FreeRadius server for use with multiple vendors simultaneously, namely Cisco and Quintum. Currently we have everything working fine with Quintum boxes and are trying to add support for Cisco. We are using FreeRadius to call a SQL Server back end. Here is th

Re: AVPair

2005-03-14 Thread Mike Chamberlain
r-out=ACCESSCODE:" and Quintum-AVPair="h323-ivr-out=FOLLOW_ON_FLAG:0" then I only seem to be able to access the FOLLOW_ON_FLAG attribute. Is there a way to access all the AVPair attributes using FreeRadius? Mike On Mon, 14 Mar 2005 09:51:51 -0500, Alan DeKok <[EMAIL PR

AVPair

2005-03-13 Thread Mike Chamberlain
Hi. I am using various Quintum boxes to communicate with our FreeRadius server. My question concerns the attributes: Quintum-AVPair = "=" What we need to know is... what's the deal with that? What is the difference between an AVPair attribute and the other standard name-value attribute