Diff for /embedaddon/mpd/doc/mpd32.html between versions 1.1 and 1.1.1.4

version 1.1, 2012/02/21 23:32:47 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.6 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>Dynamic Authorization</EM><BR>   <b>:</b> <EM>Dynamic Authorization</EM><BR>
 <b>Previous:</b> <A HREF="mpd31.html"><EM>External authentication</EM></A><BR>  <b>Previous:</b> <A HREF="mpd31.html"><EM>External authentication</EM></A><BR>
Line 30  to implement dynamic authorization.</p> Line 30  to implement dynamic authorization.</p>
   
 <dt><b>Control consoles</b><dd><p>The basic method of controlling mpd is it's STDIN and TCP  <dt><b>Control consoles</b><dd><p>The basic method of controlling mpd is it's STDIN and TCP
 <b>  <b>
<A HREF="mpd40.html#console">console</A></b>.</p><A HREF="mpd40.html#console">consoles</A></b>.</p>
 <p>You can disconnect any session by connecting to console, selecting  <p>You can disconnect any session by connecting to console, selecting
 required session with any command for changing current context, such  required session with any command for changing current context, such
 as: <em>link</em>, <em>bundle</em>, <em>session</em>, <em>msession</em>  as: <em>link</em>, <em>bundle</em>, <em>session</em>, <em>msession</em>
 and so on, and using <em>close</em> command.</p>  and so on, and using <em>close</em> command.</p>
   
 <dt><b>Web server</b><dd><p>Mpd provides two <b>  <dt><b>Web server</b><dd><p>Mpd provides two <b>
<A HREF="mpd41.html#web">web</A></b> interfaces:<A HREF="mpd41.html#web">Web</A></b> interfaces:
 human (text/html) and binary (text/plain).</p>  human (text/html) and binary (text/plain).</p>
 <p>Human web interface allows you disconnect specified session just by  <p>Human web interface allows you disconnect specified session just by
 clicking on respective <em>[Close]</em> link on the  clicking on respective <em>[Close]</em> link on the
Line 49  link named L125 you may use such HTTP request: Line 49  link named L125 you may use such HTTP request:
   
 <dt><b>RADIUS accounting</b><dd><p>Mpd provides simple, but non-standard method of disconnecting session  <dt><b>RADIUS accounting</b><dd><p>Mpd provides simple, but non-standard method of disconnecting session
 using <b>  using <b>
<A HREF="mpd30.html#radius">radius</A></b> accounting reply.<A HREF="mpd30.html#radius">RADIUS</A></b> accounting reply.
 To disconnect arbitrary session you may just include <em>mpd-drop-user</em>  To disconnect arbitrary session you may just include <em>mpd-drop-user</em>
 attribute with nonzero value into any accounting reply packet.</p>  attribute with nonzero value into any accounting reply packet.</p>
 <p>This method considered not to be completely reliable, as AAA receives  <p>This method considered not to be completely reliable, as AAA receives
Line 130  N   Name Line 130  N   Name
 15  mpd-iface-index  15  mpd-iface-index
 </pre>  </pre>
 </p>  </p>
<p>Session parameners attributes supported by mpd:<p>Session parameters attributes supported by mpd:
 <pre>  <pre>
 N   Name  N   Name
   24  State
   25  Class
 27  Session-Timeout  27  Session-Timeout
 28  Idle-Timeout  28  Idle-Timeout
 85  Acct-Interim-Interval  85  Acct-Interim-Interval
Line 152  N   Name Line 154  N   Name
 <p>Received in CoA session parameters replace existing ones. If some parameter  <p>Received in CoA session parameters replace existing ones. If some parameter
 is not received, it keeps it's previous value for standard attributes,  is not received, it keeps it's previous value for standard attributes,
 and getting cleared for mpd's VSAs.</p>  and getting cleared for mpd's VSAs.</p>
<p>Nots, that CoA request always restarts Session and Idle timers for matching<p>Note that CoA request always restarts Session and Idle timers for matching
 interfaces, and restarts Accounting Update timer for matching links, if new  interfaces, and restarts Accounting Update timer for matching links, if new
 value received.</p>  value received.</p>
   
Line 160  value received.</p> Line 162  value received.</p>
 </p>  </p>
   
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.6 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>Dynamic Authorization</EM><BR>   <b>:</b> <EM>Dynamic Authorization</EM><BR>
 <b>Previous:</b> <A HREF="mpd31.html"><EM>External authentication</EM></A><BR>  <b>Previous:</b> <A HREF="mpd31.html"><EM>External authentication</EM></A><BR>

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


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