Annotation of embedaddon/mpd/doc/mpd21.html, revision 1.1
1.1 ! misho 1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
! 2: <HTML>
! 3: <HEAD>
! 4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
! 5: <TITLE>EAP</TITLE>
! 6: </HEAD>
! 7: <BODY text="#000000" bgcolor="#ffffff">
! 8:
! 9: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
! 10: <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
! 11: <b>:</b> <A HREF="mpd20.html"><EM>Link layer</EM></A>
! 12: <b>:</b> <EM>EAP</EM><BR>
! 13: <b>Previous:</b> <A HREF="mpd20.html"><EM>Link layer</EM></A><BR>
! 14: <b>Next:</b> <A HREF="mpd22.html"><EM>Bundle layer</EM></A>
! 15:
! 16:
! 17: <HR NOSHADE>
! 18: <H2><A NAME="21"></A>4.3.1. EAP<A NAME="eap"></A></H2>
! 19:
! 20: <p>This chapter describes commands that configure the EAP (Extensible Authentication
! 21: Protocol). Mpd supports natively only the EAP-Type MD5; other EAP-Types may be used
! 22: in conjunction with a RADIUS server. All of these commands apply to the currently
! 23: active link.</p>
! 24: <p>
! 25: <dl>
! 26:
! 27: <dt><b><code>set eap accept <em>option ...</em> </code></b><dd>
! 28: <dt><b><code>set eap deny <em>option ...</em> </code></b><dd>
! 29: <dt><b><code>set eap enable <em>option ...</em> </code></b><dd>
! 30: <dt><b><code>set eap disable <em>option ...</em> </code></b><dd>
! 31: <dt><b><code>set eap yes <em>option ...</em> </code></b><dd>
! 32: <dt><b><code>set eap no <em>option ...</em> </code></b><dd>
! 33: <p>These commands configure various EAP options. Most options
! 34: are <em>bi-directional</em> in that they can be independently
! 35: enabled and disabled in each direction. </p>
! 36:
! 37: <dt><b><code>md5</code></b><dd><p>EAP-Type MD5. It's the same as CHAP-MD5, except that is framed inside EAP packets.</p>
! 38: <p>The default is disable and accept.</p>
! 39:
! 40: <dt><b><code>radius-proxy</code></b><dd><p>Causes Mpd to proxy all EAP requests to the RADIUS server.</p>
! 41: <p>The default is disable.</p>
! 42:
! 43: </dl>
! 44:
! 45: </p>
! 46:
! 47:
! 48: <HR NOSHADE>
! 49: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
! 50: <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
! 51: <b>:</b> <A HREF="mpd20.html"><EM>Link layer</EM></A>
! 52: <b>:</b> <EM>EAP</EM><BR>
! 53: <b>Previous:</b> <A HREF="mpd20.html"><EM>Link layer</EM></A><BR>
! 54: <b>Next:</b> <A HREF="mpd22.html"><EM>Bundle layer</EM></A>
! 55:
! 56:
! 57:
! 58: </BODY>
! 59: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>