Here's a paste of it (<a href="https://gist.github.com/anonymous/5102003">https://gist.github.com/anonymous/5102003</a>). I took the <a href="http://example.pl">example.pl</a> script and modified the authorize section. I'm trying to allow users to walk/roam between access points without having to re-authenticate when they get handed off to the new access point. I set the APs to try mac authentication first, then my script runs and checks if they were previously authenticated at another AP. If so, it disconnects them from the old AP and reconnects them to the new AP and the user doesn't have to log in again. <div>
<br></div><div>That all works. The only thing is that when a user moves from one AP to another and gets authenticated via their mac address, the username in the radacct SQL table is set to the mac address. I'm trying to change User-Name to the actual username. I'm just getting a second User-Name pair instead of replacing the existing one.<br>
<br><div class="gmail_quote">On Wed, Mar 6, 2013 at 2:56 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">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">Brian Wallen wrote:<br>
> Thanks for the suggestion, Alan. I've rewritten my script in Perl but<br>
> I'm still having the same issue. In my log I see two pairs for User-Name:<br>
<br>
</div>  Because that's probably what you told it to do.<br>
<div class="im"><br>
> rlm_perl: Added pair User-Name = MyOldUsername<br>
> rlm_perl: Added pair User-Name = MyNewUsername<br>
><br>
> So how to I make rlm_perl change/overwrite the value of User-Name rather<br>
> than add a second User-Name pair? I tried returning updated rather than<br>
> ok, but that didn't seem to make any difference. In my script I have<br>
><br>
> $RAD_REPLY{'User-Name'} = 'MyNewUsername';<br>
><br>
> Is there maybe an operator besides = that I should use?<br>
<br>
</div>  No.  Normal Perl should work.<br>
<br>
  So... what does your script do?  Can you pare it down to an example<br>
you can post here?  Otherwise, you message is little more than "it<br>
doesn't work".<br>
<div class="HOEnZb"><div class="h5"><br>
  Alan DeKok.<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>