"Ulf Bremer" <[EMAIL PROTECTED]> wrote:
> does freeradius support proxying requests messages as defined in RFC3576,
> especially the ones mentioned in "2.1. Disconnect Messages"? Or does anybody
> know another radius implementation that supports this?

  No open source server supports this that I know of.

  FreeRADIUS doesn't support this, but it wouldn't be too hard to add:

  - add a new RAD_LISTEN type
  - update packet_ok() to handle the new type, and return a new
    function pointer
  - update src/main/mod*, to handle a new sub-section

  And the hard part: update all of the modules to have disconnect
send/receive sections.

  Most of it is fairly simple editing from the existing
templates... increasing the size of data structures, etc.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to