<html><body><div>Mucho gracias<br><br>On Jul 26, 2012, at 01:01 PM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch">On 26/07/12 12:41, Jenny Blunt wrote:<br> > How do I go about comparing two attributes from an update request?<br> ><br> > I have the following in my default conf. file:<br> ><br> > update request {<br> > SQL-Location := "%{sql: SELECT xxx}"<br> > }<br> > update request {<br> > SQL-Location-Id := "%{sql: SELECT yyy }"<br> > }<br> ><br> > if (SQL-Location != SQL-Location-Id ) {<br> > reject<br> > }<br> ><br> <br> if (SQL-Location == "%{SQL-Location-Id}") {<br> }<br> <br> Bare words on the right hand side of operators are either interpreted as <br> dictionary values or string constants, not other variables.<br> -<br> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" data-mce-href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br></div></div></blockquote></div></body></html>