Solved ldap bug

This commit is contained in:
2025-01-30 12:14:18 +01:00
parent 45b56a7aaa
commit 61890dcf1f
8 changed files with 21 additions and 103 deletions

View File

@@ -2,6 +2,9 @@
networks:
{% if enable_central_database | bool and database_type is defined %}
central_{{ database_type }}:
{% endif %}
{% if ldap_network_enabled %}
central_ldap:
{% endif %}
default:
{{ "\n" }}