15 lines
897 B
YAML
Raw Normal View History

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}}"
ldap_secure_localhost_port: 1636
ldap_secure_internet_port: 636
2025-01-26 22:16:58 +01:00
ldap_localhost_port: 389
2025-02-11 16:19:08 +01:00
ldap_network_enabled: "{{ldap.enabled}}"
2025-01-26 22:16:58 +01:00
# 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 %}"
oauth2_proxy_active: true
enable_wildcard_certificate: false # Activate dedicated Certificate
2025-01-30 12:14:18 +01:00
2025-02-11 16:19:08 +01:00
groups_ldif_host_path: "{{docker_compose.directories.volumes}}groups.ldif" # Path inside the host
groups_ldif_docker_path: "/tmp/groups.ldif" # Path inside the docker container