Hello everyone,<br><br>I've configured a freeradius 1.1.1 + LDAP for eap-tls authentication with domains. <br><br>authorize {<br>   preprocess<br>   ntdomain<br>   ...<br>}<br><br>realm host {<br>   type = radius<br>   authhost = LOCAL
<br>   accthost = LOCAL<br>   strip<br>}<br><br><br>This configuration gives an error:<br><br>    rlm_eap: Identity does not match User-Name, setting from EAP Identity.<br><br>When I enable with_ntdomain_hack in eap.conf it works quite well.  Could anyone tell me why it's neccesary?
<br><br>The problem is that this secondary_radius do proxy when it doesn't find the user in its LDAP and the master_radius gives this error:<br> <br>    rlm_eap: Identity does not match User-Name, setting from EAP Identity.
<br><br><br>I've tried in master_radius the same configuration with and without ntdomain_hack and it fails.<br><br><br>I've been thinking of adding the realm before the secondary do proxy,
so the master could treat the request as it's been local. But I don't
like this too much.<br>
<br><br>Does anyone have a better idea of what to do?<br><br><br>Thanks.<br><br><br>