(RADIATOR) Accumulated connect time

2000-09-05 Thread antonio . coloma
Hi all! I want to know if it is possible with Radiator to allow users connect only a limited amount of time ( i.e. 20 hours) but when they want. Example, user user1@realm can connect when he/she want but only 10 hours accumulated.

(RADIATOR) rewriting password hook?!

2000-09-05 Thread Christian Hammers
Hello I have a difficult problem. To enable callback via Radius+LDAP I have to store a username-out record next to the username record in the users database. This -out gets requested whenever the router tries to reach the IP which must be dialed by callback. So far no problems. But we have an a

RE: (RADIATOR) 2.16.3 installation error

2000-09-05 Thread Nikos Aslanakis
When I try to run "make test" after I have installed the new AuthRADIUS.pm file, I get the following error: "Can't locate object method "decodedPassword" via package "Radius::Radius" at Radius/AuthRADIUS.pm line 231." After that some of the tests fail. Does anybody know how can I solve this prob

(RADIATOR) Proxy Accounting Problem

2000-09-05 Thread Viraj Alankar
Hello, We have a situation in which we have 2 Radiator servers setup, one in city A and one in city B. Our goal is the following: Users authenticating in city A authenticate and store accounting locally, but also forward accounting to city B. Users with realms from city A can login to

(RADIATOR) goodies ?

2000-09-05 Thread Gildas PERROT
Hi, I can't find in goodies of Radiator-2.14.1 the "addressallocator.cfg" and *.sql examples to create RADPOOL mentionned in the documentation. Could anyone send them to me ? Thanks in advance for your help.Gildas. --- Gildas PERROT, [EMAIL PROTECTED] Fluxus, 37 avenue du

RE: (RADIATOR) Radiator ip pool allocation and Cisco 5300 + other problems ?

2000-09-05 Thread Gildas PERROT
Hi everybody, I found the solution to my problem of defining a IP pool on Radiator for Cisco AS5300. The following lines are necessary : aaa new-model aaa authentication ppp wap group radius aaa authorization network default group radius aaa accounting update newinfo aaa accounting network wap s

(RADIATOR) Billing software : freeside or another one ?

2000-09-05 Thread Gildas PERROT
Hi, I was wondering if freeside is the right software to do the following jobs : - defining users and IP pools in SQL databases with a Web interface - defining the monthly cumulated accounting in SQL database in order to generate easily monthly reports of the dialup connections by users Is ther

RE: (RADIATOR) 2.16.3 installation error

2000-09-05 Thread Hugh Irvine
Hello Nikos - It sounds like you have not upgraded everything to Radiator 2.16.3. You will need to upgrade first and then use the patched version of AuthRADIUS.pm only with the 2.16.3 release. I have tested it here with no problem. regards Hugh On Tue, 05 Sep 2000, Nikos Aslanakis wrote: >

Re: (RADIATOR) Accumulated connect time

2000-09-05 Thread Hugh Irvine
Hello Antonio - On Tue, 05 Sep 2000, [EMAIL PROTECTED] wrote: > Hi all! > > I want to know if it is possible with Radiator to allow users > connect only a limited amount of time ( i.e. 20 hours) but when > they want. > Example, user user1@realm can connect

Re: (RADIATOR) rewriting password hook?!

2000-09-05 Thread Hugh Irvine
Hello Christian - I think you should consider using cascaded AuthBy clauses, with an AuthBy FILE with DEFAULT entries as the first AuthBy which then calls the AuthBy LDAP(s). Then you could have both NAS types handled correctly: # users file with DEFAULT entries DEFAULT Password = ascend, Auth

Re: (RADIATOR) Proxy Accounting Problem

2000-09-05 Thread Hugh Irvine
Hello Viraj - I think you would be better off using Handlers, and setting up a specific Handler for accounting requests from the proxy server: City A with radius server IP 5.6.7.8 running v2.16.3: . Secret anothersecret . # Forward accounting to City B Identifier

Re: (RADIATOR) goodies ?

2000-09-05 Thread Hugh Irvine
Salut Gildas - You will need to upgrade as the support for AddressAllocator appeared after 2.14.1. The latest version of Radiator is 2.16.3. hth Hugh On Wed, 06 Sep 2000, Gildas PERROT wrote: > Hi, > > I can't find in goodies of Radiator-2.14.1 the "addressallocator.cfg" and > *.sql examples