man-pages/man8/pppd-radius.8.html
2021-03-31 01:06:50 +01:00

121 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of PPPD-RADIUS</TITLE>
</HEAD><BODY>
<H1>PPPD-RADIUS</H1>
Section: Maintenance Commands (8)<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
radius.so - RADIUS authentication plugin for
<B><A HREF="/cgi-bin/man/man2html?8+pppd">pppd</A></B>(8)
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>pppd</B>
[
<I>options</I>
]
plugin radius.so
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
MS-CHAPv2 authentication against a RADIUS server instead of the usual
<I>/etc/ppp/pap-secrets</I>
and
<I>/etc/ppp/chap-secrets</I>
files.
<P>
The RADIUS plugin is built on a library called
<B>radiusclient</B>
which has its own configuration files (usually in <I>/etc/radiusclient</I>),
consult those files for more information on configuring the RADIUS
plugin
<P>
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
The RADIUS plugin introduces one additional pppd option:
<DL COMPACT>
<DT id="1"><B>radius-config-file </B><I>filename</I>
<DD>
The file
<I>filename</I>
is taken as the radiusclient configuration file. If this option is not
used, then the plugin uses
<I>/etc/radiusclient/radiusclient.conf</I>
as the configuration file.
<DT id="2"><B>avpair </B><I>attribute=value</I>
<DD>
Adds an Attribute-Value pair to be passed on to the RADIUS server on each request.
<DT id="3"><B>map-to-ifname</B>
<DD>
Sets Radius NAS-Port attribute to number equal to interface name (Default)
<DT id="4"><B>map-to-ttyname</B>
<DD>
Sets Radius NAS-Port attribute value via libradiusclient library
<P>
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>USAGE</H2>
To use the plugin, simply supply the
<B>plugin radius.so</B>
option to pppd, and edit
<I>/etc/radiusclient/radiusclient.conf</I>
appropriately. If you use the RADIUS plugin, the normal pppd authentication
schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The
RADIUS server should assign an IP address to the peer using the RADIUS
Framed-IP-Address attribute.
<P>
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?8+pppd">pppd</A></B>(8)<B> <A HREF="/cgi-bin/man/man2html?8+pppd-radattr">pppd-radattr</A></B>(8)
<P>
<A NAME="lbAH">&nbsp;</A>
<H2>AUTHOR</H2>
David F. Skoll &lt;<A HREF="mailto:dfs@roaringpenguin.com">dfs@roaringpenguin.com</A>&gt;
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
<DT id="6"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="7"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="8"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="9"><A HREF="#lbAF">USAGE</A><DD>
<DT id="10"><A HREF="#lbAG">SEE ALSO</A><DD>
<DT id="11"><A HREF="#lbAH">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:15 GMT, March 31, 2021
</BODY>
</HTML>