--- embedaddon/mpd/doc/mpd29.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd29.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 : Authentication, Authorization and Accounting (AAA)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 @@ -43,7 +43,7 @@ command instead.
set auth max-logins num [CI]
Limit the max. amount of concurrent logins with the same username. If set to zero, then this feature is disabled. If CI argument is present -login comparision will ba case insensitive.
+login comparasion will be case insensitive.set auth acct-update seconds
Enables periodic accounting updates, if set to a value greater then zero.
@@ -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.
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.
Default disable
.
pam-auth
Enables authentication using PAM service "mpd". @@ -130,7 +130,7 @@ connection will be dropped.