Re: [RADIATOR] rcrypt implemantation in java ?

2015-03-04 Thread Heikki Vatiainen
On 1.3.2015 17.35, Christian Kratzer wrote: > before we whip up something does anybody know of a rcrypt implemantation in > java. > > It's under 10 lines of perl in Radius/Rcrypt.pm to port for encryption but if > anoybody already has something I would rather not dive into java. ;) I have not h

Re: [RADIATOR] ClientListSQL RefreshPeriod parameter problem

2015-03-04 Thread Heikki Vatiainen
On 3.3.2015 18.20, Bengi Sağlam wrote: > DefineGlobalVar clientListRefreshPeriod 60 > > RefreshPeriod %{GlobalVar:clientListRefreshPeriod} > > My problem is "RefreshPeriod" parameter of the clause. When I hardcode > it ClientListSQL refreshing its client list by rereading the datab

[RADIATOR] Changing TACACS AuthorizeGroup on the fly

2015-03-04 Thread Vangelis Kyriakakis
Hello, I have configured the following AuthorizeGroup command: AuthorizeGroup group permit service=shell cmd\* {task*#ADMIN-USER} What I would like to do is to be able to change the ADMIN-USER word on the fly. For example if User-Name is USER1 I would like the command to be

Re: [RADIATOR] Radiator Load Balancing

2015-03-04 Thread A . L . M . Buxey
Hi, F5 load balancers have been used successfully for RADIUS load balancing for years (its essential for the load balancer to be RADIUS protocol aware and ensure the same session goes to the same backend) alan ___ radiator mailing list radiator@open.c

[RADIATOR] Radiator Load Balancing

2015-03-04 Thread Ullfig, Roberto Alfredo
Hello, Right now we are using Radiator's own load balancer. Would using an F5 Load Balancer to load balance make any sense and would it work? Their product is here: https://f5.com We use it for other services but they are all tcp based. Thanks! --- Roberto Ullfig - rull...@uic.edu ACCC Resear

Re: [RADIATOR] Changing TACACS AuthorizeGroup on the fly

2015-03-04 Thread Heikki Vatiainen
On 03/04/2015 05:01 PM, Vangelis Kyriakakis wrote: >I have configured the following AuthorizeGroup command: > > AuthorizeGroup group permit service=shell cmd\* {task*#ADMIN-USER} > >What I would like to do is to be able to change the ADMIN-USER > word on the fly. >For exa