Optimized LDAP and CSS integration

This commit is contained in:
2025-02-18 11:20:56 +01:00
parent c8debee1ca
commit ba35f43902
5 changed files with 67 additions and 53 deletions

View File

@@ -52,6 +52,8 @@ ldap:
root: "{{_ldap_dn_base}}"
# Specifies the Distinguished Name (DN) of the LDAP administrator, combining the admin's username with the LDAP root domain.
administrator: "cn={{applications.ldap.administrator_username}},{{_ldap_dn_base}}"
# Dn from which the users should be read
users: "ou=users,{{_ldap_dn_base}}"
server:
domain: "{{applications.ldap.openldap.hostname if applications.ldap.openldap.network.local | bool else domains.ldap}}" # Mapping for public or locale access
uri: "{% if applications.ldap.openldap.network.local | bool %}ldap://{{ applications.ldap.openldap.hostname }}:{{ ports.localhost.ldap.openldap }}{% else %}ldaps://{{ domains.ldap }}:{{ ports.public.ldaps.openldap }}{% endif %}"

View File

@@ -14,7 +14,7 @@ global_theming:
# As the info color a very light blue (symbolizing the sky)
info: "#F0F8FF"
filters:
saturation_change: 100
saturation_change: 50
hue_shift: 0
global_theming_enabled: true