(RADIATOR) Handler question (ORing attributes)
James Nelson
radiator at isleofatlantis.net
Tue May 11 19:23:00 CDT 2004
Thanks for the info, it didn't occur to me to use Perl expressions.
About the Client clauses, when mixed with Handler clauses, are they just
evaluated top to bottom and handled by the first match? And the Client
clause is independent of the ClientListSQL, correct?
::James Nelson
Hugh Irvine wrote:
>
> Hello James -
>
> You can use regular expressions in Handlers:
>
> <Handler NAS-IP-Address = /1.2.3.4|5.6.7.8/>
> # Exceptions
> ...
> </Handler>
>
> <Handler>
> # Default
> ...
> </Handler>
>
> BTW - rather than use IP addresses in configuration files, I tend to
> prefer to use Identifiers in the Client clauses:
>
> <Client 1.2.3.4>
> Identifier SomethingMeaningful
> .....
> </Client>
>
> <Client 5.6.7.8>
> Identifier SomethingMeaningful
> .....
> </Client>
>
> ......
>
> <Handler Client-Identifier = SomethingMeaningful>
> .....
> </Handler>
>
>
> Hope that helps
>
> regards
>
> Hugh
--
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