Diff for /embedaddon/mpd/doc/mpd29.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2021/03/17 00:39:23
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Authentication, Authorization and Accounting (AAA)</EM><BR>   <b>:</b> <EM>Authentication, Authorization and Accounting (AAA)</EM><BR>
 <b>Previous:</b> <A HREF="mpd28.html"><EM>Interface layer</EM></A><BR>  <b>Previous:</b> <A HREF="mpd28.html"><EM>Interface layer</EM></A><BR>
Line 18 Line 18
   
 <p>Mpd currently supports authentication against (tried   <p>Mpd currently supports authentication against (tried 
 in this order)   in this order) 
<A HREF="mpd31.html#extauth">extauth</A>,<A HREF="mpd31.html#extauth">external script</A>,
<A HREF="mpd30.html#radius">radius</A>, PAM, systems password database <A HREF="mpd30.html#radius">RADIUS</A>, PAM, systems password database 
 (<code>master.passwd</code>), OPIE and internal <code>mpd.secret</code> file.</p>  (<code>master.passwd</code>), OPIE and internal <code>mpd.secret</code> file.</p>
 <p>This chapter describes commands that configure the Authentication   <p>This chapter describes commands that configure the Authentication 
 subsystem of LCP layer. All of these commands apply to the currently  subsystem of LCP layer. All of these commands apply to the currently
Line 71  set auth disable <em>option ...</em></code></b><dd> Line 71  set auth disable <em>option ...</em></code></b><dd>
 <p>Default <code><b>enable</b></code>.</p>  <p>Default <code><b>enable</b></code>.</p>
   
 <dt><b><code>radius-auth</code></b><dd><p>Enable authentication via RADIUS. For details see  <dt><b><code>radius-auth</code></b><dd><p>Enable authentication via RADIUS. For details see
<A HREF="mpd30.html#radius">radius</A>.</p><A HREF="mpd30.html#radius">the RADIUS chapter</A>.</p>
 <p>Default <code><b>disable</b></code>.</p>  <p>Default <code><b>disable</b></code>.</p>
   
 <dt><b><code>radius-acct</code></b><dd><p>Enable per link accounting via RADIUS. For details see  <dt><b><code>radius-acct</code></b><dd><p>Enable per link accounting via RADIUS. For details see
<A HREF="mpd30.html#radius">radius</A>.</p><A HREF="mpd30.html#radius">the RADIUS chapter</A>.</p>
 <p>Default <code><b>disable</b></code>.</p>  <p>Default <code><b>disable</b></code>.</p>
   
 <dt><b><code>ext-auth</code></b><dd><p>Enable authentication by calling external script.  <dt><b><code>ext-auth</code></b><dd><p>Enable authentication by calling external script.
 This method pretended to be a fullfeatured alternative to the   This method pretended to be a fullfeatured alternative to the 
 <code><b>radius-auth</b></code>. For details see  <code><b>radius-auth</b></code>. For details see
<A HREF="mpd31.html#extauth">extauth</A>.</p><A HREF="mpd31.html#extauth">the External authentication chapter</A>.</p>
 <p>Default <code><b>disable</b></code>.</p>  <p>Default <code><b>disable</b></code>.</p>
   
 <dt><b><code>ext-acct</code></b><dd><p>Enable accounting by calling external script.  <dt><b><code>ext-acct</code></b><dd><p>Enable accounting by calling external script.
 This method pretended to be a fullfeatured alternative to the   This method pretended to be a fullfeatured alternative to the 
 <code><b>radius-acct</b></code>. For details see  <code><b>radius-acct</b></code>. For details see
<A HREF="mpd31.html#extauth">extauth</A>.</p><A HREF="mpd31.html#extauth">the External authentication chapter</A>.</p>
 <p>Default <code><b>disable</b></code>.</p>  <p>Default <code><b>disable</b></code>.</p>
   
 <dt><b><code>pam-auth</code></b><dd><p>Enables authentication using PAM service "mpd".  <dt><b><code>pam-auth</code></b><dd><p>Enables authentication using PAM service "mpd".
Line 130  connection will be dropped.</p> Line 130  connection will be dropped.</p>
 <H3>4.10.1. <A HREF="mpd30.html#30">RADIUS</A></H3>  <H3>4.10.1. <A HREF="mpd30.html#30">RADIUS</A></H3>
 <H3>4.10.2. <A HREF="mpd31.html#31">External authentication</A></H3>  <H3>4.10.2. <A HREF="mpd31.html#31">External authentication</A></H3>
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Authentication, Authorization and Accounting (AAA)</EM><BR>   <b>:</b> <EM>Authentication, Authorization and Accounting (AAA)</EM><BR>
 <b>Previous:</b> <A HREF="mpd28.html"><EM>Interface layer</EM></A><BR>  <b>Previous:</b> <A HREF="mpd28.html"><EM>Interface layer</EM></A><BR>

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>