Solved bugs for not to internet exposed ldap

This commit is contained in:
2025-02-06 17:15:33 +01:00
parent f5c9c3edba
commit 31ee369a90
4 changed files with 10 additions and 2 deletions

View File

@@ -4,8 +4,9 @@ networks:
central_{{ database_type }}:
external: true
{% endif %}
{% if ldap_network_enabled %}
{% if ldap_network_enabled | bool %}
central_ldap:
external: true
{% endif %}
default:
{% if application_id in networks.local and networks.local[application_id].subnet is defined %}