Using OpenLDAP with Airsonic Advanced
Learn how to configure Airsonic Advanced to connect to OpenLDAP for user administration and authentication
Table of Contents
Replace dc=example,dc=com
with the suffix used in your OpenLDAP server.
LDAP URL
ldap://ldap:389/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.