PAM_RADIUS(8) | MidnightBSD System Manager's Manual | PAM_RADIUS(8) |
pam_radius
—
RADIUS authentication PAM module
[service-name] module-type control-flag pam_radius [options]
The pam_radius
module provides
authentication services based upon the RADIUS (Remote Authentication Dial In
User Service) protocol for the PAM (Pluggable Authentication Module)
framework.
The pam_radius
module accepts these
optional parameters:
use_first_pass
pam_radius
to use a previously entered
password instead of prompting for a new one. If no password has been
entered then authentication fails.try_first_pass
pam_radius
to use a previously entered
password, if one is available. If no password has been entered,
pam_radius
prompts for one as usual.echo_pass
pam_radius
prompts
for a password.conf
=pathnamenas_id
=identifiernas_ipaddr
[=address]template_user
=usernameIf this option is omitted, and there is no username in the system databases equal to the supplied one (as determined by call to getpwnam(3)), the authentication will fail.
no_reply_message
Reply-Message
attributes found in
Access-Accept
and
Access-Reject
responses. These are normally
conveyed to the user as either informational or error messages, depending
on whether the access request was accepted or rejected.no_warn
pam_radius
The pam_radius
module first appeared in
FreeBSD 3.1. The pam_radius
manual page first appeared in FreeBSD 3.3.
The pam_radius
manual page was written by
Andrzej Bialecki
<abial@FreeBSD.org>.
The pam_radius
module was written by
John D. Polstra
<jdp@FreeBSD.org>.
May 16, 2018 | midnightbsd-3.1 |