6 Mar
2013
6 Mar
'13
3:52 p.m.
Brian Wallen wrote:
Thanks for the originate-coa tip, I didn't know about that.
I don't think I'm misreading the debug output.
Well, you're not posting it here. Perl is pretty simple. $RAD_REPLY{'User-Name'} = "foo" does what you expect. It *sets* the User-Name to that value. It doesn't *add* a new User-Name.
When I go into the MySQL DB, I see a mac address as a username. Do I need to add something like
update control { User-Name := ??? }
to my config?
I have no idea. Fix one problem at a time. Don't go trying random solutions until you've (a) understood, and (b) fixed the original problem. Alan DeKok.