PAM_RADIUS(8) | System Manager's Manual | PAM_RADIUS(8) |
pam_radius
—
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
=identifiertemplate_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.
nas_ipaddr
[=address]pam_radius
pam_radius
module first appeared in
FreeBSD 3.1. The pam_radius
manual page first appeared in FreeBSD 3.3.
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>.
October 28, 2002 | NetBSD 9.4 |