I was just wondering if the bug from this post has been fixed since 1.1.6:<br><br>"Re: EAP-TTLS outer identity & accounting"<br><br>After alot of experimenting & researching, I still haven't found a solution to the TTL anonymous outer identity being used for accounting.
<br><br>I have set a DEFAULT entry that sets the User-Name attribute via ':=', but I still end up with two User-Name attributes (anonymous identity & real identity). This is especially strange, since use_tunneled_reply & copy_request_to_tunnel are both enabled as well. 
<br><br>If I understand correctly, := should replace the anonymous (first) User-Name value with the real (second) value permitting they are in the same session. Upon looking back at the debug output, it looks like the tunneled request is actually handled as if it were a seperate request than the one containing it (request->eap module-(unpack)-
<br>>new request).<br>This would explain why two User-Name attributes are showing up in the final response. Is there any way to discard the first (anonymous) entry via a module or other method without hacking FR code?<br>
<br>Surely someone has this working. My setup is just basic TTLS-PAP auth'ing against LDAP.<br><br>