<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 26/12/2009 11:23, Alex M wrote:
<blockquote
cite="mid:bf6ce8940912261123r6813b211pb9ed8abaddd9c34c@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type"
content="text/html; charset=ISO-8859-1">
that worked well!<br>
</blockquote>
Good :)<br>
<blockquote
cite="mid:bf6ce8940912261123r6813b211pb9ed8abaddd9c34c@mail.gmail.com"
type="cite">thank you<br>
I guess once reject is sent there is no further processing of the code.<br>
</blockquote>
Yeah similar behaviour to handled. It's why you have to override the
return codes of modules if you want to do additional processing after a
reject.<br>
<br>
e.g.<br>
<br>
Authenticate {<br>
eap {<br>
reject = 1<br>
}<br>
if(reject){<br>
do more stuff...<br>
}<br>
}<br>
<br>
-Arran<br>
<br>
<blockquote
cite="mid:bf6ce8940912261123r6813b211pb9ed8abaddd9c34c@mail.gmail.com"
type="cite"><br>
<br>
<div>On Sat, Dec 26, 2009 at 1:16 PM, Arran Cudbard-Bell <span><<a
moz-do-not-send="true" href="mailto:a.cudbard-bell@sussex.ac.uk">a.cudbard-bell@sussex.ac.uk</a>></span>
wrote:<br>
<blockquote>
<div>
<div>On 26/12/2009 10:11, Alex M wrote:
<blockquote type="cite"> As suggested I just tried to replace
operator = with := and even with
== but reply message is not getting outputted :(<br>
Maybe I'm missing something? <br>
</blockquote>
</div>
Try moving the reject to after the update stanza. I think a return code
of reject stops the server processing the current section.<br>
<br>
-Arran<br>
</div>
</blockquote>
</div>
<br>
</blockquote>
<br>
</body>
</html>