.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RADIUS 8" .TH RADIUS 8 2024-04-01 "INN 2.7.2" "InterNetNews Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME radius \- nnrpd RADIUS password authenticator .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBradius\fR [\fB\-h\fR] [\fB\-f\fR \fIconfig\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBradius\fR is an \fBnnrpd\fR authenticator, accepting a username and password from \fBnnrpd\fR (given to \fBnnrpd\fR by a reader connection) and attempting to authenticate that username and password against a RADIUS server. See readers.conf(5) for more information on how to configure an \fBnnrpd\fR authenticator. It is useful for a site that already does user authentication via RADIUS and wants to authenticate news reading connections as well. .PP By default, \fBradius\fR reads \fIpathetc\fR/inn\-radius.conf for configuration information, but a different configuration file can be specified with \&\fB\-f\fR. See inn\-radius.conf(5) for a description of the configuration file. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-f\fR \fIconfig\fR" 4 .IX Item "-f config" Read \fIconfig\fR instead of \fIpathetc\fR/inn\-radius.conf for configuration information. .IP \fB\-h\fR 4 .IX Item "-h" Print out a usage message and exit. .SH EXAMPLE .IX Header "EXAMPLE" The following readers.conf(5) fragment tells \fBnnrpd\fR to authenticate all connections using this authenticator: .PP .Vb 5 \& auth radius { \& auth: radius \& default: \& default\-domain: example.com \& } .Ve .PP \&\f(CW\*(C`@example.com\*(C'\fR will be appended to the user-supplied identity, and if RADIUS authentication fails, the user will be assigned an identity of \f(CW\*(C`@example.com\*(C'\fR. .SH BUGS .IX Header "BUGS" It has been reported that this authenticator doesn't work with Ascend RADIUS servers, but does work with Cistron RADIUS servers. It's also believed to work with Livingston's RADIUS server. Contributions to make it work better with different types of RADIUS servers would be gratefully accepted. .PP This code has not been audited against the RADIUS protocol and may not implement it correctly. .SH HISTORY .IX Header "HISTORY" The RADIUS authenticator was originally written by Aidan Cully. This documentation was written by Russ Allbery . .SH "SEE ALSO" .IX Header "SEE ALSO" inn\-radius.conf(5), nnrpd(8), readers.conf(5).