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

Commit 9a32466

Browse files
committed
debug connection issues
1 parent 08bc0dd commit 9a32466

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ services:
1010
- /etc/localtime:/etc/localtime
1111
- {{ ssl_cert_dir }}/:/etc/ssl/certs/
1212
environment:
13-
PHPLDAPADMIN_HTTPS: false
14-
PHPLDAPADMIN_TRUST_PROXY_SSL: true
15-
PHPLDAPADMIN_LDAP_CLIENT_TLS: true
16-
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
13+
PHPLDAPADMIN_HTTPS: 'false'
14+
#PHPLDAPADMIN_TRUST_PROXY_SSL: 'true'
15+
#PHPLDAPADMIN_LDAP_CLIENT_TLS: true
16+
#PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
1717
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 636}]},{'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'},{'bind_pass': '{{ admin_password }}'}]}]}]"
1818
command: >
1919
--loglevel debug

0 commit comments

Comments
 (0)