--- embedaddon/mpd/doc/mpd32.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd32.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Dynamic Authorization
Previous: External authentication
@@ -30,14 +30,14 @@ to implement dynamic authorization.

Control consoles

The basic method of controlling mpd is it's STDIN and TCP -console.

+consoles.

You can disconnect any session by connecting to console, selecting required session with any command for changing current context, such as: link, bundle, session, msession and so on, and using close command.

Web server

Mpd provides two -web interfaces: +Web interfaces: human (text/html) and binary (text/plain).

Human web interface allows you disconnect specified session just by clicking on respective [Close] link on the @@ -49,7 +49,7 @@ link named L125 you may use such HTTP request:

RADIUS accounting

Mpd provides simple, but non-standard method of disconnecting session using -radius accounting reply. +RADIUS accounting reply. To disconnect arbitrary session you may just include mpd-drop-user attribute with nonzero value into any accounting reply packet.

This method considered not to be completely reliable, as AAA receives @@ -130,9 +130,11 @@ N Name 15 mpd-iface-index

-

Session parameners attributes supported by mpd: +

Session parameters attributes supported by mpd:

 N   Name
+24  State
+25  Class
 27  Session-Timeout
 28  Idle-Timeout
 85  Acct-Interim-Interval
@@ -152,7 +154,7 @@ N   Name
 

Received in CoA session parameters replace existing ones. If some parameter is not received, it keeps it's previous value for standard attributes, and getting cleared for mpd's VSAs.

-

Nots, that CoA request always restarts Session and Idle timers for matching +

Note that CoA request always restarts Session and Idle timers for matching interfaces, and restarts Accounting Update timer for matching links, if new value received.

@@ -160,7 +162,7 @@ value received.


-Mpd 5.6 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Dynamic Authorization
Previous: External authentication