Renaming during Machine Authentication

Phil Mayers p.mayers at imperial.ac.uk
Sat May 14 00:15:57 CEST 2011


On 05/13/2011 11:03 PM, Mark Jones wrote:
> Hi all i have freeradius 2.1.10 setup on a SLES server. When the
> workstation boots it sends an mschapv2 request in the form
> host/machinename. What is the best way to convert this to machinename$ ?
> Sorry if this has been asked before Im stumped and cannot find the answer.

Why do you need to "rename" it?

If you want to do LDAP or SQL queries, you can use this in the query:

%{mschap:User-Name}

...which expands:

user -> user
DOMAIN\user -> user
host/name.domain.com -> name$




More information about the Freeradius-Users mailing list