[RADIATOR] AuthBy INTERNAL not sending reply after several AuthBy RADIUS

2013-09-24 Thread Tim Jones
Hi all, I have a Radiator 4.11 instance which proxies RADIUS requests to several other RADIUS servers by means of a ReplyHook in each AuthBy RADIUS section, similar to the code below. --- ReplyHook.pm --- sub { my $p = ${$_[0]}; my $rp = ${$_[1]}; my $op = ${$_[2]}; my $sp = ${$_[

[RADIATOR] Converting from using a plaintext users file, to using LDAP

2013-09-24 Thread Eivind Olsen
Hello. I've very recently been given the task of migrating an existing Radiator installation from having its users in a plaintext file (AuthBy FILE), to authenticating against LDAP. This sounds straight forward enough, I'm somewhat familiar with AuthBy LDAP2. Now, what gets me a bit confused is