Solved variable naming bugs, which exist because of big refactoring on friday

This commit is contained in:
2025-05-12 11:33:04 +02:00
parent 1e9a1a6564
commit 72baa9ea28
9 changed files with 7 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ ldap:
# Attribut to identify the user
user_id: "uid"
# Password to access dn.bind
bind_credential: "{{applications.ldap.administrator_database_password}}"
bind_credential: "{{applications.ldap.credentials.administrator_database_password}}"
server:
domain: "{{applications.ldap.hostname if applications.ldap.network.docker | bool else domains.ldap}}" # Mapping for public or locale access
port: "{{_ldap_server_port}}"