<div dir="ltr">how to I remove blanks from the realm ?<div><br></div><div>like, '<a href="http://fiscal.edu">fiscal.edu</a> '  after the edu </div><div><pre>Login incorrect (Home Server says so): [<a href="mailto:fiscal@fiscal.edu">fiscal@fiscal.edu</a> /<no User-Password attribute></pre><pre>After adding this I get :<span style="font-family:arial"> </span><br></pre><pre>if ("%{request:User-Name}" =~ /^(.+)@(.+)\\s$/) {</pre><pre>update request {
                        Stripped-User-Name := "%{1}"
                        Realm := "%{2}"
                }
        }
</pre><pre><br></pre><pre>Login incorrect (mschap: External script says Logon failure (0xc000006d)): fiscal/<via Auth-Type = EAP>] (from client TLS tunnel)
</pre></div><div>i get / after username</div><div><br></div><div>still no luck!!!</div></div>