Kevin Hildebrand <[EMAIL PROTECTED]> wrote: > Is there any way to have freeradius write Stop records to the detail file > for failed logins? We're used to using the Cisco AS5300 which actually > sends these stop records, however the new box we're working with doesn't > do it, so we'd like to simulate it.
That sounds reasonable. However, the server can't do this right now. The easiest way to do it would be to add a 'post-auth' section. If the post-auth sees a reject packet, then you could configure it to send an accounting packet. But that requires source code changes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
