From 3113799eeb2076264dda7e34bf457de0a1ae776e Mon Sep 17 00:00:00 2001 From: arcoast <81871508+arcoast@users.noreply.github.com> Date: Sat, 10 Sep 2022 12:16:39 +0100 Subject: [PATCH] Add airsonic-advanced config --- example_configs/airsonic-advanced.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 example_configs/airsonic-advanced.md diff --git a/example_configs/airsonic-advanced.md b/example_configs/airsonic-advanced.md new file mode 100644 index 0000000..d392d32 --- /dev/null +++ b/example_configs/airsonic-advanced.md @@ -0,0 +1,26 @@ +# Configuration for Airsonic Advanced + +Replace `dc=example,dc=com` with your LLDAP configured domain. + +### LDAP URL +``` +ldap://lldap:3890/ou=people,dc=example,dc=com +``` +### LDAP search filter +``` +(&(uid={0})(memberof=cn=airsonic,ou=groups,dc=example,dc=com)) +``` + +### LDAP manager DN +``` +cn=admin,ou=people,dc=example,dc=com +``` + +### Password +``` +admin-password +``` + +Make sure the box `Automatically create users in Airsonic` is checked. + +Restart airsonic-advanced