On Tuesday 05 November 2002 16:44, WA Support wrote: > What I want to do is check for username and called-station-id. The NAS > reporst this back to freeradius, since it is recorded in the detail > file. It should be very simple to rework the source for freeradius, > i.e., radiusd.c, and check for both the username and the > called-station-id, right?
Run the radius server in debugging mode (-x) and see what the NAS actually sends to the server when a person tries to authenticate. That will show you the data you can use in the users file to help determine where packets get proxied. I believe the Called-Station-Id is sent only in accounting packets, which is sent after successful authentication. Have you looked into using realms? Kevin Bonner - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
