Added authentication backends: internal, pam and http-headers. fixes #119
This commit is contained in:
+8
-3
@@ -37,15 +37,20 @@ http-server-thread-count = 0;
|
||||
# Acoustic brainz's root API
|
||||
acousticbrainz-api-url = "https://acousticbrainz.org/api/v1/";
|
||||
|
||||
# Authentication
|
||||
# Available backends: "internal", "PAM", "http-headers"
|
||||
authentication-backend = "internal";
|
||||
http-headers-user-field = "X-Forwarded-User";
|
||||
|
||||
# Max entries in the login throttler (1 entry per IP address. For IPv6, the whole /64 block is used)
|
||||
login-throttler-max-entries = 10000;
|
||||
|
||||
# API
|
||||
api-subsonic = true;
|
||||
|
||||
# Turn on this option to allow the demo account creation/use
|
||||
demo = false;
|
||||
|
||||
# Max entries in the login throttler (1 entry per client)
|
||||
login-throttler-max-entries = 10000;
|
||||
|
||||
# Max external cover file size in MBytes
|
||||
cover-max-file-size = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user