<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 2/15/2017 8:06 AM, Vangelis Kyriakakis wrote:<br>
<blockquote
cite="mid:c0c26c82-a324-eb8a-5cfc-4d03a5ac5995@forthnet.gr"
type="cite"> Is there a way to use attributes in an OR way?
e.g. <Handler Client-Identifier=abuse <b>OR </b>User-Name =
user>.<br>
If not then it would be a very handy feature to implement.</blockquote>
<br>
One way to accomplish this would be to put the Handler contents into
a separate configuration file and Include it in two Handlers:<br>
<br>
<Handler Client-Identifier=abuse><br>
include %D/abuse_or_user_handler.cfg<br>
</Handler><br>
<Handler User-Name=user><br>
include %D/abuse_or_user_handler.cfg<br>
</Handler><br>
<br>
<pre class="moz-signature" cols="72">--
%% Christopher A. Bongaarts %% <a class="moz-txt-link-abbreviated" href="mailto:cab@umn.edu">cab@umn.edu</a> %%
%% OIT - Identity Management %% <a class="moz-txt-link-freetext" href="http://umn.edu/~cab">http://umn.edu/~cab</a> %%
%% University of Minnesota %% +1 (612) 625-1809 %%
</pre>
</body>
</html>