Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 38623bc

Browse files
committed
debug
1 parent 2cd7421 commit 38623bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.ansible/templates/docker-compose.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ services:
1212
environment:
1313
PHPLDAPADMIN_HTTPS: 'false'
1414
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'true'
15-
PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME: custom_ca.crt
1615
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
16+
PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME: custom_ca.crt
17+
PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME: custom_ldap.crt
18+
PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME: custom_ldap.key
1719
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 636}]}, {'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'}, {'bind_pass': '{{ admin_password }}'}]}, {'auto_number': [{'min': [1000, 500] }]}]}]"
1820
command: >
1921
--loglevel debug

0 commit comments

Comments
 (0)