(RADIATOR) Multiple database failover

2002-03-07 Thread Elias
Hi Hugh, I'm trying to get Radiator (we're using 2.18.2) to authenticate against multiple databases in a failover mode. We have set up our SQL database and LDAP to sit on different networks. Normally Radiator would authenticate against the SQL and this works fine. We have 2 SQL databases for auth

Re: (RADIATOR) unknown ports

2002-03-07 Thread Jim Liebgott
Hugh Irvine wrote: > > Thanks for sending the configuration file. > > Each AuthBy RADIUS clause opens a port at initialisation time to send and > receive requests to the target proxy host. The portnumber is allocated by the > OS unless overridden with the OutPort parameter, and the port is held

Re: (RADIATOR) unknown ports

2002-03-07 Thread Hugh Irvine
Hello Jim - Thanks for sending the configuration file. Each AuthBy RADIUS clause opens a port at initialisation time to send and receive requests to the target proxy host. The portnumber is allocated by the OS unless overridden with the OutPort parameter, and the port is held open during the

Re: (RADIATOR) Authby SQL checking multi-value attributes

2002-03-07 Thread Hugh Irvine
Hello Julio - You should use regular expressions to check multiple values: NASPORTYPE = "NAS-Port-type = '/Sync|Async/'" regards Hugh On Thu, 7 Mar 2002 22:27, [EMAIL PROTECTED] wrote: > hi all, > > I'm using Radiator 2.18.1 with AuthbySQL over MySQL. > > I've defined several fields

Re: (RADIATOR) unknown ports

2002-03-07 Thread Hugh Irvine
Hello Jim, Hello Ronan - The only ports that Radiator opens by default are the authentication and accounting ports. Any other ports that you see will be the result of your configuration file. As Ronan says, if you send me a copy of your configuration file (no secrets) I will take a look. re

Re: (RADIATOR) Integrating Win32 service functionality via Win32::Daemon?

2002-03-07 Thread Hugh Irvine
Hello Christian - This is a very good idea. If you would like to add the code and send us a patch we will include it in the next release. Otherwise we will put it on our list, but we may not get to it for a while. thanks Hugh On Thu, 7 Mar 2002 19:59, Christian Meis wrote: > Hello, > > we

RE: (RADIATOR) unknown ports

2002-03-07 Thread Ronan Eckelberry
Really? What does your config look like? I'm not sure what time it is in Australia probably between 3-5am, but when Hugh gets in he will probably have the answer. Hugh usually has the answers. He will probably ask for a copy of your config (no secrets) and a Trace 5 debug from you log.

Re: (RADIATOR) unknown ports

2002-03-07 Thread Jim Liebgott
Ronan Eckelberry wrote: > > And you only see these ports open when you are running Radiator. > If you kill radiusd, the ports are no longer open? indeed. Furthermore, I use the "-p" option to netstat, which displays the process ID that has bound a given port, and those ports are conclus

RE: (RADIATOR) unknown ports

2002-03-07 Thread Ronan Eckelberry
And you only see these ports open when you are running Radiator. If you kill radiusd, the ports are no longer open? -Ronan -Original Message- From: Jim Liebgott [mailto:[EMAIL PROTECTED]] Sent: Thursday, 07 March, 2002 14:30 To: Ronan Eckelberry Cc: [EMAIL PROTECTED] Subject: R

Re: (RADIATOR) unknown ports

2002-03-07 Thread Jim Liebgott
Ronan Eckelberry wrote: > > Most likely those ports are opened to communicate with the other > RADIUS and/or SQL servers that you are proxying to. Do a netstat to see > what addresses that they are connected to. You will probably see that > it is the other servers. RADIUS RECEIVES Auth

RE: (RADIATOR) unknown ports

2002-03-07 Thread Ronan Eckelberry
Most likely those ports are opened to communicate with the other RADIUS and/or SQL servers that you are proxying to. Do a netstat to see what addresses that they are connected to. You will probably see that it is the other servers. RADIUS RECEIVES Authentication and Accounting requests

(RADIATOR) unknown ports

2002-03-07 Thread Jim Liebgott
I use Radiator 2.18.3. I noticed that the server binds to three UDP ports that aren't listed in my configuration, and appear to have random port numbers (all greater than 1024). I am using both the authentication and accounting features, and I use to proxy authentication requests. In the curre

RE: (RADIATOR) Exactly the Opposite

2002-03-07 Thread Frank Danielson
If I understand section 13.1.6 of the manual correctly you could add a check item of Auth-Type = Reject for the users in the DBFILE or if all of the users in that database are to be rejected, just put the check item for the DEFAULT user. >= Original Message From "Jon Snyder" <[EMAIL PROTEC

(RADIATOR) Authby SQL checking multi-value attributes

2002-03-07 Thread julio . prada
hi all, I'm using Radiator 2.18.1 with AuthbySQL over MySQL. I've defined several fields in SUBSCRIBERS table to check them. I'm interested in checking NAS-Port-Type in a multi-value way, so for example, user1@domain will be accepted if its NAS-Port-Type matches 'Sync' or 'Async' val

Re: (RADIATOR)

2002-03-07 Thread Hugh Irvine
Salut Gregor - Faudrait quelque-chose comme ceci: # define Realm RewriteUsername tr/[A-Z]/[a-z]/ AuthByPolicy ContinueAlways # For PostgreSQL, use something like this DBSourcedbi:Pg:dbname=db_name DBUsername

(RADIATOR)

2002-03-07 Thread Bruhin Gregor
Title: Hi, ## # realm for roaming out for toto.net ##     RewriteUsername tr/[A-Z]/[a-z]/         Host 123.123.123.123    

(RADIATOR) Integrating Win32 service functionality via Win32::Daemon?

2002-03-07 Thread Christian Meis
Hello, we are in the process of evaluating Radiator under Win NT / Win2K. Of course we want/need to run Radiator as service. The proposed way to do so under Win32 is using srvany or FireDaemon. Both of these surely will work, but are "another thing" needed for operation, and we want to keep thing