/usr/bin/radlast is in freeradius-utils 2.1.10+dfsg-3build2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #! /bin/sh
prefix=/usr
localstatedir=/var
logdir=/var/log/freeradius
exec last -f $logdir/radwtmp "$@"
|