Working around broken EAP client
    Alan DeKok 
    aland at deployingradius.com
       
    Tue Jun 11 17:06:08 CEST 2013
    
    
  
Gordon Ross wrote:
>>  Set the User-Name to be the same as the MS-CHAP identity.
> 
> 
> How and where do I do that ? In the inner part by something close to:
> 
> update request {
>         MS-CHAP-User-Name = "%{request:User-Name}"
>     }
  That's really not what I said to do.  I said set User-Name to be the
MS-CHAP identity.  You've got that inverted.
	update request {
		User-Name := %{mschap:User-Name}
	}
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list