----- Original Message -----
From: Alan DeKok
Sent: 02:32 pm
To: FreeRadius users mailing list
Subject: Re: stripping domain from username (for wifi authentication on Windows XP)
Ryan Pugatch wrote:
...
>> Thanks for the response. I'm using 1.1.x. Currently, I have ldap
>> filter definined as:
>>
>> filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
>>
>> I have enabled with_ntdomain_hack on preprocess.
Don't.
Use: filter = "(uid=%{mschap:User-Name:-%{User-Name}}
The MS-CHAP module is smart enough to know about horrible Microsoft
DOMAIN\user things.
Alan DeKok.
-
Worked like a charm. Thank you, Alan.
Ryan