| -c Working-directory | Sets current working directory. This option can
be useful for determining the location of system generated files,
such as core files. |
| -C tokcachedir | Enables token caching. |
| -d Config-directory | Specifies the directory where the configuration
files are located. If omitted, the default directory is /etc/opt/aaa. |
| -da AATV-directory | Specifies the directory where the AATV libraries
are located. If omitted, the default directory is /opt/aaa/aatv. |
| -dl Logfile-directory | Specifies the directory where the log and debug
files are located. If omitted, the default directory is /var/opt/aaa/logs. |
| -di IPC-directory | Specifies the directory where the files generated
for shared memory operation are located. If omitted, the default directory
is /var/opt/aaa/ipc. |
| -dr Run-directory | Specifies the directory
where the server's process id file (radiusd.pid) is located. If omitted, the default directory is /var/opt/aaa/run. |
| -dd Data-directory | Specifies the directory where the active session
file (session.las) is located. If omitted, the
default directory is /var/opt/aaa/data. |
| -dm Accounting-directory | Specifies the directory where Merit style accounting
log files (session logs) are located. If omitted, the default directory
is /var/opt/aaa/acct. |
| -p Authentication-port | Specifies the UDP port number to listen to auth
requests. If omitted, the local host services will be queried for
the RADIUS port (see services(4)). If unable
to obtain the port from host services, the RADIUS standard default
of 1812 will be used. |
| -q Accounting-port | Specifies the UDP port number to listen for acct
requests. If omitted, the local host services will be queried to obtain
the radacct port (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 Finite
State Machine (FSM) table file instead of the default radius.fsm file. The default FSM file (/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 must start logging. For example, the following specifies
the logging to start every hour: $ ./radiusd -l logfile.%Y%m%d%H |
|
| -n | Resets the session table. If omitted, the default is to
restore the session table from a previous run. |
| -pp Authentication-proxy | Specifies the UDP port number to forward (proxy)
authentication requests. |
| -qq Accounting-proxy | Specifies the UDP port number to forward (proxy)
accounting requests. |
| -g Logtype | Selects logfile, syslog, or stderr logging. |
-h | Displays help message |
-s | Single process (non-spawning) mode |
| -t Timeout | Inactivity timeout value (minutes)
when the radiusd daemon is started
through inetd. |
| -v | Displays AAA server version. |
| -z | Empties the logfile and the debug file if -x option is used. |
| -x | Adds to debug flag value. |