--- embedaddon/mpd/doc/mpd29.html 2016/11/01 09:56:12 1.1.1.3 +++ embedaddon/mpd/doc/mpd29.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Authentication, Authorization and Accounting (AAA)
Previous: Interface layer
@@ -18,8 +18,8 @@

Mpd currently supports authentication against (tried in this order) -extauth, -radius, PAM, systems password database +external script, +RADIUS, PAM, systems password database (master.passwd), OPIE and internal mpd.secret file.

This chapter describes commands that configure the Authentication subsystem of LCP layer. All of these commands apply to the currently @@ -71,23 +71,23 @@ set auth disable option ...

Default enable.

radius-auth

Enable authentication via RADIUS. For details see -radius.

+the RADIUS chapter.

Default disable.

radius-acct

Enable per link accounting via RADIUS. For details see -radius.

+the RADIUS chapter.

Default disable.

ext-auth

Enable authentication by calling external script. This method pretended to be a fullfeatured alternative to the radius-auth. For details see -extauth.

+the External authentication chapter.

Default disable.

ext-acct

Enable accounting by calling external script. This method pretended to be a fullfeatured alternative to the radius-acct. For details see -extauth.

+the External authentication chapter.

Default disable.

pam-auth

Enables authentication using PAM service "mpd". @@ -130,7 +130,7 @@ connection will be dropped.

4.10.1. RADIUS

4.10.2. External authentication


-Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Authentication, Authorization and Accounting (AAA)
Previous: Interface layer