Freeradius with Caller-station-id
Fajar A. Nugraha
list at fajar.net
Thu Feb 16 04:36:36 CET 2012
On Thu, Feb 16, 2012 at 8:56 AM, Richard J Palmer <richard at 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+of+password%3F
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
More information about the Freeradius-Users
mailing list