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}}"
|
|
|
|
ldap_admin_dn: "cn={{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-01-26 22:43:48 +01:00
|
|
|
oauth2_proxy_upstream_application_and_port: "{{ ldap_webinterface }}:{% if ldap_webinterface == 'phpldapadmin' %}8080{% else %}80{% endif %}"
|
2025-01-29 15:52:40 +01:00
|
|
|
oauth2_proxy_active: true
|
|
|
|
|
2025-01-30 12:14:18 +01:00
|
|
|
|
|
|
|
enable_one_letsencrypt_cert_for_all: false # Activate dedicated Certificate
|
|
|
|
|
|
|
|
ldap_network_enabled: true # Activate LDAP network
|