<div dir="ltr"><div>Thanks for Alan's reply, but it do not work. I did this "use unlang to make SQL-User-Name have the username without the "Windows Phone\" part" like the following :</div><div><br></div><div>if ("%{request:User-Name}" =~ /^(.*)\\(.*)/) {</div><div><br></div><div>                        update request {</div><div>                               User-Name := "%{2}"</div><div>                               Realm := "%{1}"</div><div>                      }</div><div>               }</div><div>in the authorize section and this had no effect. Thus I think the problem doesn't exist in the mismatch of username between FR and Mysql, maybe the FR's processing for realm like "Windows Phone\" has something wrong.</div></div>