The RADIUS configuration files belong in /etc/raddb.  Examples
and extra documentation can be found in the following locations:

    /usr/local/share/examples/radiusd-lucent
    /usr/local/share/doc/radiusd-lucent

To have the daemon start at boot time, you will need to edit
/etc/rc.local as appropriate and add a section similar to the following:

    if [ -x /usr/local/sbin/radiusd ]; then
            /usr/local/sbin/radiusd && echo -n ' radiusd'
    fi

RADIUS accounting information is created in /var/log/radacct.
