|
Hello Hugh and List
I am writing a PostAuthHook, I need to use the
AuthBy's Identifiers' database connections
I can reference it staticly like
this:
my $db = Radius::AuthGeneric::find('AuthByEmerald'); how do i reference it dynamicly, specific to its authby clause
I Have tried this
my $id = $request->{Identifier};
my $db = Radius::AuthGeneric::find($id);
and
my $id =
Radius::Util::format_special('%{Handler:Identifier}',
$request);
# $id return an empty string
my $db = Radius::AuthGeneric::find($id);
any ideas???
Kind Regards Nathan Franklin TSN Internet [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] 'Don't get lost in the midst of busyness and misplace what is most important to you.' |
- Re: (RADIATOR) Identifier, PostAuthHook Nathan 'Franko' Franklin
- Re: (RADIATOR) Identifier, PostAuthHook Mike McCauley
