On Thu, Feb 16, 2012 at 8:56 AM, Richard J Palmer <richard@merula.net> wrote:
update request { User-Name := "%{Calling-Station-Id}" User-Password :="SIMUSER" }
Are you SURE your clients use CHAP?
They may be a better way... but this seems to work :-)
It would work for PAP, in which case you can also just use this: http://wiki.freeradius.org/FAQ#How+do+I+permit+access+to+any+user+regardless... It should not work on (MS)CHAP since both client and server needs to know the password, otherwise the challenge/response process will fail. It's entirely possible though that your clients are configured to use any available authentication method, in which case when chap fails they fallback to PAP. -- Fajar