2025-01-30 15:04:23 +01:00
|
|
|
application_id: "ldap"
|
2025-01-21 18:18:18 +01:00
|
|
|
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
2025-02-03 11:44:13 +01:00
|
|
|
ldap_admin_dn: "cn={{applications.ldap.administrator_username}},{{ldap_root}}"
|
2025-01-21 23:33:24 +01:00
|
|
|
ldap_secure_localhost_port: 1636
|
|
|
|
ldap_secure_internet_port: 636
|
2025-01-26 22:16:58 +01:00
|
|
|
ldap_localhost_port: 389
|
|
|
|
|
|
|
|
# OAuth2 Proxy Configuration
|
2025-02-03 11:44:13 +01:00
|
|
|
oauth2_proxy_upstream_application_and_port: "{{ applications.ldap.webinterface }}:{% if applications.ldap.webinterface == 'phpldapadmin' %}8080{% else %}80{% endif %}"
|
2025-01-29 15:52:40 +01:00
|
|
|
oauth2_proxy_active: true
|
|
|
|
|
2025-02-03 18:10:07 +01:00
|
|
|
enable_wildcard_certificate: false # Activate dedicated Certificate
|
2025-01-30 12:14:18 +01:00
|
|
|
|
2025-02-06 16:27:00 +01:00
|
|
|
ldap_network_enabled: true # Activate LDAP network
|