<div dir="ltr"><div><div>Hi, Phil <br></div><div><br>Better yet, don't use the "suffix" module; look for the realm and strip it yourself:<br>
<br>
authorize {<br>
  if (User-Name =~ /^(.*)@(.+)$/) {<br>
    update request {<br>
      Stripped-User-Name := "%{1}"<br>
      Realm := "%{2}"<br>
    }<br>
  }<br>
}<br>
<br>
See the policy.conf/policy.d and list archives for better regexps for NAI-style usernames.<br><br></div>is it in policy.conf or sites-enabled/default?<br></div>if in policy.conf i can't find format like authorize {}, but i find cui_authorize<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 30, 2013 at 4:08 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 30/05/13 08:16, Iliya Peregoudov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You should designate realm <a href="http://wlan.mnc001.mcc510.3gppnetwork.org" target="_blank">wlan.mnc001.mcc510.<u></u>3gppnetwork.org</a> as locally<br>
served in raddb/proxy.conf:<br>
</blockquote>
<br></div>
Better yet, don't use the "suffix" module; look for the realm and strip it yourself:<br>
<br>
authorize {<br>
  if (User-Name =~ /^(.*)@(.+)$/) {<br>
    update request {<br>
      Stripped-User-Name := "%{1}"<br>
      Realm := "%{2}"<br>
    }<br>
  }<br>
}<br>
<br>
See the policy.conf/policy.d and list archives for better regexps for NAI-style usernames.<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>