Added LDAP Draft for Funkwhale

This commit is contained in:
2025-02-12 12:41:13 +01:00
parent c687b19a6d
commit eaca564c6f
31 changed files with 92 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ networks:
central_{{ database_type }}:
external: true
{% endif %}
{% if ldap_network_enabled | bool %}
{% if ldap_enabled | bool and applications.ldap.openldap.network.local | bool %}
central_ldap:
external: true
{% endif %}

View File

@@ -3,7 +3,7 @@
{% if enable_central_database | bool and database_type is defined %}
central_{{ database_type }}:
{% endif %}
{% if ldap_network_enabled | bool %}
{% if ldap_enabled | bool and applications.ldap.openldap.network.local | bool %}
central_ldap:
{% endif %}
default: