On 2/15/2017 8:06 AM, Vangelis Kyriakakis wrote:
Is there a way to use attributes in an OR way? e.g. <Handler Client-Identifier=abuse *OR *User-Name = user>.
     If not then it would be a very handy feature to implement.

One way to accomplish this would be to put the Handler contents into a separate configuration file and Include it in two Handlers:

<Handler Client-Identifier=abuse>
include %D/abuse_or_user_handler.cfg
</Handler>
<Handler User-Name=user>
include %D/abuse_or_user_handler.cfg
</Handler>

--
%%  Christopher A. Bongaarts   %%  c...@umn.edu          %%
%%  OIT - Identity Management  %%  http://umn.edu/~cab  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%

_______________________________________________
radiator mailing list
radiator@lists.open.com.au
http://lists.open.com.au/mailman/listinfo/radiator

Reply via email to