mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-24 07:52:21 +01:00
Removed deprecated certs
This commit is contained in:
parent
8b8f50b55f
commit
946b8a629a
@ -34,7 +34,6 @@ services:
|
|||||||
LDAP_ENABLE_TLS: no # Using nginx proxy
|
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).
|
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:
|
volumes:
|
||||||
- {{cert_mount_directory}}:/certs:ro
|
|
||||||
- 'data:/bitnami/openldap'
|
- 'data:/bitnami/openldap'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: >
|
test: >
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
docker_compose_project_name: "ldap"
|
docker_compose_project_name: "ldap"
|
||||||
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
||||||
ldap_admin_dn: "cn={{ldap_administrator_username}},{{ldap_root}}"
|
ldap_admin_dn: "cn={{ldap_administrator_username}},{{ldap_root}}"
|
||||||
cert_mount_directory: "{{docker_compose_instance_directory}}/certs/"
|
|
||||||
ldap_secure_localhost_port: 1636
|
ldap_secure_localhost_port: 1636
|
||||||
ldap_secure_internet_port: 636
|
ldap_secure_internet_port: 636
|
||||||
ldap_localhost_port: 389
|
ldap_localhost_port: 389
|
Loading…
x
Reference in New Issue
Block a user