Removed deprecated certs

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-21 23:38:16 +01:00
parent 8b8f50b55f
commit 946b8a629a
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ services:
LDAP_ENABLE_TLS: no # Using nginx proxy
LDAP_LDAPS_PORT_NUMBER: {{ldap_secure_localhost_port}} # Port used for TLS secure traffic. Priviledged port is supported (e.g. 636). Default: 1636 (non privileged port).
volumes:
- {{cert_mount_directory}}:/certs:ro
- 'data:/bitnami/openldap'
healthcheck:
test: >

View File

@ -1,7 +1,6 @@
docker_compose_project_name: "ldap"
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
ldap_admin_dn: "cn={{ldap_administrator_username}},{{ldap_root}}"
cert_mount_directory: "{{docker_compose_instance_directory}}/certs/"
ldap_secure_localhost_port: 1636
ldap_secure_internet_port: 636
ldap_localhost_port: 389