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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to