Hi,

I believe the redback_telnet in checkrad.pl has a small bug.

Original code starting at line 1338

#Ask the question
    @lines = $t->cmd(String => "show subscribers active
$us...@$context");
    if ($lines[0] =~ /subscriber $us...@$context/ ) {

Should be

#Ask the question
    @lines = $t->cmd(String => "show subscribers active $us...@$context");
    if ($lines[0] =~ /subscriber $us...@$context/ ) {

ie the $us...@$context needs to be on the same line, at least with our
redback.

Regards,

Rick
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to