<div dir="ltr">Dear <font id="yui_3_7_2_29_1367989686801_74" face="Arial"> Phil Mayers<br><br><font id="yui_3_7_2_29_1367989686801_83"><font id="yui_3_7_2_29_1367989686801_92">thanks for your reply<br><br><font id="yui_3_7_2_29_1367989686801_95">i am <font id="yui_3_7_2_29_1367989686801_98">finally do this in my <font id="yui_3_7_2_29_1367989686801_101">PostgreSQL</font> function<font id="yui_3_7_2_29_1367989686801_106"> <font id="yui_3_7_2_29_1367989686801_109">before</font> <font id="yui_3_7_2_29_1367989686801_122">importing to database .<br>
<br><br><font id="yui_3_7_2_29_1367989686801_125">Best <font id="yui_3_7_2_29_1367989686801_134">regards.<br></font></font></font></font></font></font></font></font></font></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, May 6, 2013 at 6:07 PM, Phil Mayers <span dir="ltr"><<a href="mailto:p.mayers@imperial.ac.uk" target="_blank">p.mayers@imperial.ac.uk</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">On 04/28/2013 09:14 PM, Mehdi Ravanbakhsh wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
i have tow  Cisco-AVPair attribute in request  and i need to process one<br>
of them  that being started by 'circuit-id-tag='  so i use this :<br>
<br>
<br>
<br>
     if (Cisco-AVpair =~ /^circuit-id-tag=(.*)$/)  {<br>
<br>
                             update request {<br>
                                     Connect-Info := "%{1}"<br>
                             }<br>
      }<br>
<br>
<br>
but it is not working !<br>
</blockquote>
<br></div>
This is a limitation (or bug, depending on how you define it) of the 2.x code. The code basically string-ifys the first instance of the attribute when doing a regexp.<br>
<br>
This should be fixed in master - see:<br>
<br>
<a href="https://github.com/FreeRADIUS/freeradius-server/commit/5a89c9463390987c546864254931167e46fb64c8#src/main/valuepair.c" target="_blank">https://github.com/FreeRADIUS/<u></u>freeradius-server/commit/<u></u>5a89c9463390987c54686425493116<u></u>7e46fb64c8#src/main/valuepair.<u></u>c</a><br>

<br>
...for the fix. We run a local version which has this backported.<div class="HOEnZb"><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</div></div></blockquote></div><br></div>