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

Commit bcbaabd

Browse files
committed
must be a string
1 parent ed09533 commit bcbaabd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ services:
1212
environment:
1313
PHPLDAPADMIN_HTTPS: 'false'
1414
#PHPLDAPADMIN_TRUST_PROXY_SSL: 'true'
15-
PHPLDAPADMIN_LDAP_CLIENT_TLS: false
16-
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
15+
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'false'
16+
#PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
1717
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': False}, {'port': 389}]},{'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'},{'bind_pass': '{{ admin_password }}'}]}]}]"
1818
command: >
1919
--loglevel debug

.drone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: pipeline
33
type: docker
4-
name: Install OpenLDAP Server
4+
name: Install phpLDAPadmin
55

66
clone:
77
depth: 1

0 commit comments

Comments
 (0)