<font color="#333333"><font size="2"><font face="tahoma,sans-serif">I got it working now, I was using the wrong operator = instead of := after my if statement, here is my code:</font></font></font><div><font color="#333333"><font size="2"><font face="tahoma,sans-serif"><br>
</font></font></font></div><div><font color="#333333"><font size="2"><font face="tahoma,sans-serif"><div>if (reply:Reply-Message == "\r\nYou are already logged in - access denied\r\n\n"){</div><div>                   update reply {</div>
<div>                            Reply-Message := "Acc\xe8s refus\xe9, votre code est d\xe9j\xe0 en connexion"</div><div>                   }</div><div>                }</div><div>You were right, any message can be intercepted this way and manipulated to display something else.</div>
<div>Thanks</div></font></font></font><br><div class="gmail_quote">On Wed, May 11, 2011 at 3:00 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Franz wrote:<br>
> The thing is, if I put it there, the user will get the same error<br>
> message either for max login or for failed login. I've tried putting it<br>
> like so on the session part:<br>
<br>
</div>  Why?  Why not in the "Post-Auth-Type Reject" section?<br>
<br>
  You can look for a specific Reply-Message, and then re-write it to be<br>
something else.  See "man unlang"<br>
<div><div></div><div class="h5"><br>
  Alan DeKok.<br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br></div>