(RADIATOR) More information for PreProcessingHook
Hugh Irvine
hugh at open.com.au
Fri Apr 26 02:58:04 CDT 2002
Hello Tim -
Special character expansion and by extension %{...} expansion only happens it
certain places - and it doesn't happen in a hook definition.
In your case you will have to call the routine to get the variable explicitly.
sub {${$_[0]} -> add_attr('Provider', "&main::getVariable('ISP-GoodNews')");}
Have a look at the example hooks in "goodies/hooks.txt".
BTW - I *much* prefer to put the hook code into a file.
regards
Hugh
On Fri, 26 Apr 2002 13:38, Timothy G. Wells wrote:
> Hi,
>
> It seems that if I place a value directly into the attribute I want to set
> to be recorded in the SessionDatabase clause then it works versus having it
> set by a global varaible.
>
>
> # PreProcessingHook sub {${$_[0]} -> add_attr('Provider',
> %{GlobalVar:ISP-GoodNews});}
> PreProcessingHook sub {${$_[0]} -> add_attr('Provider', 1);}
>
> -- Tim
>
>
>
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list