Re: Virtual Server Pool Problem

2012-06-16 Thread Alan DeKok
manny wrote: I got it working, but rlm_perl accesses a web service that could possibly be unavailable. How can I declare the virtual server to be dead within rlm_perl. In simple terms, how can I do the equivalent of the following with unlang. radmin set home_server state IP PORT dead You

Re: Virtual Server Pool Problem

2012-06-16 Thread Alan Buxey
Call radmin with correct arguments from PERL with a system call? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Virtual Server Pool Problem

2012-06-16 Thread manny
Alan Buxey wrote Call radmin with correct arguments from PERL with a system call? Yes, I just wanted to figure it if it was possible with unlang. Thanks. It seems Ill have to do it this way. Also would manually declaring a home_server dead be of best practices? Pros/Cons? Thanks, Manny

Re: Virtual Server Pool Problem

2012-06-16 Thread Alan DeKok
manny wrote: Also would manually declaring a home_server dead be of best practices? Pros/Cons? Best practices ? It's permitted because it's useful. Con: the home server is marked dead. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html