We're using freeradius and allowing no simulataneous login (e.g. Simultaneous-Use := 1). Sometimes things get bolixed.
Is there a way to remove a record from /var/log/radutmp? I notice that this seems to have a custom format (i.e. a struct radutmp which is not a Unix utmp or wtmp format). Failing some other way, my thought was to have a utility to do this with starting from the code in radwho.c. To remove a user can one just set the radutmp type=P_UNKNOWN (0)? Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

