| -c Working-directory | Set current working directory. This can be
useful for determining the location of system generated files, such
as core files. |
| -C tokcachedir | Enable token caching. |
| -d Config-directory | Directory where the configuration files are
located. If omitted, the default is /etc/opt/aaa. |
| -da AATV-directory | Directory where the AATV libraries are located.
If omitted, the default is /opt/aaa/aatv. |
| -dl Logfile-directory | Directory where the log and debug files are
located. If omitted, the default is /var/opt/aaa/logs. |
| -di IPC-directory | Directory where the files generated for shared
memory operation are located. If omitted, the default is /var/opt/aaa/ipc. |
| -dr Run-directory | Directory where the server's process id file
(radiusd.pid) is located. If omitted, the default is /var/opt/aaa/run. |
| -dd Data-directory | Directory where the active session file (session.las) is located. If omitted, the default is /var/opt/aaa/data. |
| -dm Accounting-directory | Directory where Merit style accounting log
files (session logs) are located. If omitted, the default is /var/opt/aaa/acct. |
| -p Authentication-port | UDP port number to listen for auth requests
on. If omitted, the local host services will be queried to obtain
the port for radius (see services(4)). If unable to obtain the port from host services,
the RADIUS standard default of 1812 will be used. |
| -q Accounting-port | UDP port number to listen for acct requests
on. If omitted, the local host services will be queried to obtain
the port for radacct (see services(4)). If unable to obtain the port from host services,
the RADIUS standard default of 1813 will be used. |
| -f FSM | Allows the user to specify an alternate FSM
table file instead of the default radius.fsm
file. The default FSM (/etc/opt/aaa/radius.fsm) follows Merit style accounting behavior. |
| -l Log-format | strftime(3) format for naming logfiles. The -l option specifies
the logfile name format with timestamp precision and dictates when
a logfile will start logging. For example, the following specifies
the logging to start every hour: $ ./radiusd -l logfile.%Y%m%d%H |
| -n | Reset the session table. If omitted, the default
is to restore the session table from a previous run. |
| -pp Authentication-proxy | UDP port number to forward (proxy) authentication
requests from. |
| -qq Accounting-proxy | UDP port number to forward (proxy) accounting
requests from. |
| -g Logtype | Select logfile, syslog, or stderr logging. |
| -t Timeout | Inactivity timeout value (minutes)
when radiusd is started via inetd. |
| -v | Displays AAA server version. |
| -z | Empty (zap) the logfile & debug file
if -x used. |
| -x | Add to debug flag value, refer to Chapter 8 “Troubleshooting ”. |