19 Apr
2018
19 Apr
'18
8:32 a.m.
On Apr 19, 2018, at 8:27 AM, chose <chose@ajetaci.cz> wrote:
Good afternoon, I use ntlm authorization, but the radius uses for ntlm authorization username@domain.tld as it is written in the authorization to eduroam. It is able to change User-Name variable only for the realm. Strip out @domain.tld ?
Read raddb/mods-available/mschap. Look at the line for ntlm_auth = ... By default, it uses the Stripped-User-Name instead of User-Name. You should just define "domain.tld" as a LOCAL realm. See raddb/proxy.conf for how to do that. Alan DeKok.