Hi,
User-Name = "ComputerName\\Username" User-Password = "Password"
FreeRADIUS expects the request(s) like this.
User-Name = "Username" User-Password = "Password"
How do I get FreeRADIUS to ignore the \\ComputerName prefix?
use the prefix module etc - and use Stripped-User-Name from the mschap to do the check...you could also do some attr_rewrite magic to copy the username to stripped-user-name then regexp it. if you upgrade to the latest 1.1.7 codebase then the mschap very happily handles this and all you need to look at is %{mschap:User-Name} you will get further problems if they've also put their system into another domain or workgroup...as that will then impinge on %{mschap:NT-domain} - which you'll need to change or ignore if its not your required one alan