(RADIATOR) problem with includes and handlers

1999-06-15 Thread Anonymous
Hi, i have tried to split our config file in some smaller config files similar to other radius servers: schnipp # clientconfigs are found in : clients.cfg include %D/clients.cfg # some numbered and realm based Handlers: proxy.cfg include %D/proxy.cfg Handler #default /Handler

(RADIATOR) Radiator Ascend IP FIltering

1999-06-15 Thread Anonymous
Hi, I have attached two files. fil.txt is the one we would like to set as reply attribute, and the result of it. Anybody has an idea why this error? Many thanks, Ferhat Mon May 31 11:45:02 1999: DEBUG: Radius::AuthSQL ACCEPT: Mon May 31 11:45:02 1999: DEBUG: Access accepted for domino Mon

Re: (RADIATOR) Radiator Ascend IP FIltering

1999-06-15 Thread Anonymous
I had problems with the "tcp" and "port" parameters in earlier versions of Radiator (2.11), but Mike said he fixed those. When I tested it in 2.12, I still found some strange problems with them so we don't filter on ports now. Not sure if these have been fixed in 2.13. But in any case, your

Re: (RADIATOR) Radiator Ascend IP FIltering

1999-06-15 Thread Anonymous
You have to specify the /32 for the netmask of the ip-address. I found this out the same way. Check out the code to see what exact syntax is required by Radiator. - Joost. This is a multi-part message in MIME format. --=_NextPart_000_000B_01BEB732.08F081E0 Content-Type: text/plain;

(RADIATOR) Please guide.....

1999-06-15 Thread Anonymous
Hi, Thanks, but problem is that my oracle is not running on the same machine that is used by Radiator server. Again I wants to explane. 1- I have two machine A) soalris2.6 server with radiator + DBI + DBD for oracle B) Windows NT4.0 with oracle8 2- As you suggest DBSource dbi:Oracle:sid This

(RADIATOR) (Radiator) dictionary files for USR seem off.

1999-06-15 Thread Anonymous
Hello, We are getting two different sets of data for connection speed from radiator and merit radius. here is an example. Merit radius: Tue Jun 15 15:23:55 1999 User-Name = "core77" NAS-IP-Address = 207.240.142.3 Acct-Status-Type = Start

(RADIATOR) RADIATOR question

1999-06-15 Thread Anonymous
I am trying to get Radiator to log bad passwords. Here is the .cfg file entry: # Set this to the directory where your logfile and details file are to go LogDir /var/log/radius PasswordLogFileName /var/log/radius/passwords WHen I try to log in I get: Tue Jun 15 15:56:49 1999: DEBUG:

Re: (RADIATOR) terminal screen accounting

1999-06-15 Thread Anonymous
Hello Murat, The answer is the same: You have your NAS configured so it prefers to do CHAP over PAP, but radiator is not able to do CHAP authentication with an NT user database. You must change your NAS configuration so it uses PAP. Hope that helps. Cheers. On Jun 11, 4:05pm, Murat Kirmaci

Re: (RADIATOR) problem with includes and handlers

1999-06-15 Thread Anonymous
Hello Volker, You configuration file looks OK. I suspect that perhaps you are using Radiator version 2.13, which had a problem with Handler selection (it would always choose the first Handler). There is a patch available, see http://www.open.com.au/radiator/downloads/patches-2.13/README The

Re: (RADIATOR) Can any body help me.....

1999-06-15 Thread Anonymous
Hello Abdul. Here is a sample configuration file that will authenticate from a file called users in the same directory, and will reply with all the attributes that a Cisco likes: Foreground LogStdout LogDir . DbDir . # You will probably want to change this to suit your

(RADIATOR) Logging Rejections

1999-06-15 Thread Anonymous
With some help from Mike I created a logging module for SQL which logs the reasons that people are rejected. This is great for troubleshooting tech support calls. The module is small so I went ahead and attached it. In your configuration file you need: Log RejectSQL DBSource

Re: (RADIATOR) (Radiator) dictionary files for USR seem off.

1999-06-15 Thread Anonymous
Hi Oliver, I suspect this is related to the USR attribute numbering issues discussed in the Radiator FAQ at http://www.open.com.au/radiator/faq.html#29 Hope that helps. Cheers. On Jun 15, 5:37pm, O Stockhammer wrote: Subject: (RADIATOR) (Radiator) dictionary files for USR seem off.

(RADIATOR) AuthDBFile issue

1999-06-15 Thread Anonymous
With this DBM file entry: chrism Auth-Type = "System", NAS-Port-Type = "Async" Service-Type = "Framed-User", Framed-Protocol = "PPP", Framed-IP-Address = "255.255.255.254", Framed-MTU = "1500" Why does this debug output happen: Tue Jun 15 17:20:34

Re: (RADIATOR) AuthDBFile issue

1999-06-15 Thread Anonymous
Hi Chris, Thats puzzling. Is it possible that you changed the config and HUPped the server? If so I would suggest you restart it instead. No, I killed and restarted it. BTW, that configuration is basically recursive: when you get it to go to System, it will then call System again, over

Re: (RADIATOR) AuthDBFile issue

1999-06-15 Thread Anonymous
Hi Chris. OK, I tried it here and it went recursive as I expected. So I cant explain what you saw. Its not causing you a problem is it? On Jun 15, 7:33pm, Chris M wrote: Subject: Re: (RADIATOR) AuthDBFile issue Hi Chris, Thats puzzling. Is it possible that you changed the config and