NAME
radiusd —
Remote Authentication Dial In User
Service (RADIUS) daemon
SYNOPSIS
radiusd |
[-dn] [-f
file] |
DESCRIPTION
The radiusd daemon implements the RADIUS
protocol.
To have radiusd enabled at boot time, use
“rcctl enable radiusd”, which sets
radiusd_flags=""in rc.conf.local(8).
The options are as follows:
-d- Do not daemonize, log to
stderrinstead of syslog(3), and produce some additional debugging output. -ffile- Specify an alternative configuration file.
-n- Configtest mode. Only check the configuration file for validity.
FILES
- /etc/radiusd.conf
- Default configuration file.
SEE ALSO
STANDARDS
Remote Authentication Dial In User Service (RADIUS), RFC 2865, June 2000.
HISTORY
The radiusd daemon first appeared in
OpenBSD 5.8.
AUTHORS
YASUOKA Masahiko <yasuoka@openbsd.org>