LOGIN_RADIUS(8) - System Manager’s Manual # LOGIN_RADIUS(8) - System Manager’s Manual
NAME # login_radius - provide RADIUS authentication type
SYNOPSIS # login_radius [-d] [-s service] [-v name=value] user [class]
DESCRIPTION # The login_radius utility contacts a RADIUS server to authenticate a user. If no class is specified, the login class will be obtained from the password database.
When executed as the name login_‌style, login_radius will request that the RADIUS server use the authentication specified by style.
...
RADIUSCTL(8) - System Manager’s Manual # RADIUSCTL(8) - System Manager’s Manual
NAME # radiusctl - control the RADIUS protocol daemon
SYNOPSIS # radiusctl command [argument …]
DESCRIPTION # The radiusctl utility controls the radiusd(8) daemon.
The following commands are available:
test hostname radius_secret user_name [options]
Sends a RADIUS authentication request packet and shows the result. The request is for the user specified by user_name and sent to the RADIUS server specified by hostname.
...
RADIUSD.CONF(5) - File Formats Manual # RADIUSD.CONF(5) - File Formats Manual
NAME # radiusd.conf - RADIUS daemon configuration file
DESCRIPTION # radiusd.conf is the configuration file for the RADIUS daemon, radiusd(8). It has the following format:
Empty lines and lines beginning with the ‘#’ character are ignored.
Keywords may be specified multiple times within the configuration file. The configuration options are as follows:
listen on address port port
Specify an address and a port to listen on.
...
RADIUSD(8) - System Manager’s Manual # RADIUSD(8) - System Manager’s Manual
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 stderr instead of syslog(3), and produce some additional debugging output.
...