I've been working off of this documentation: https://technet.microsoft.com/en-us/library/cc731342%28v=ws.10%29.aspx
I have a connection request policy that has authentication set to forward requests to a remote RADIUS server group, and I am trying to make the realm name find/replace work.
In the Realm Name area I have "User-Name" selected for the attribute, and one rule set up to Find "org\\"; Replace With is empty. I have tried other find/replace combinations such as org\\(.*)/$1, and alternate realm name patterns like
username@realm.
According to the Technet documentation I've found, if a user tries to authenticate with a username like "org\username" this should strip out "org\" and just pass on "username" to the remote RADIUS servers. But that is
not happening. I'm running Wireshark to diagnose, and NPS is passing on "org\username" to the RADIUS servers, which will not work for our scenario.
I feel like I'm missing something fundamental, and I don't know what. Can anyone help me make the realm find/replace work properly?