Skip to content

Commit 219be2d

Browse files
authored
Merge pull request #75 from github/copilot/troubleshoot-acceptance-tests
Fix acceptance tests after LDAP image removal
2 parents 1249448 + f4a492b commit 219be2d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

spec/acceptance/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- "${DIR}/spec/acceptance/git-server/keys:/git-server/keys:ro"
3131
ldap-server:
3232
entrypoint: /acceptance/ldap-server/run-server.sh
33-
image: osixia/openldap:1.2.2
33+
image: osixia/openldap:1.2.4
3434
networks:
3535
ldap-network:
3636
aliases:

spec/acceptance/ldap-server/env/default.startup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ LDAP_TLS: true
2828
LDAP_TLS_CRT_FILENAME: ldap.crt
2929
LDAP_TLS_KEY_FILENAME: ldap.key
3030
LDAP_TLS_CA_CRT_FILENAME: ca.crt
31+
LDAP_TLS_DH_PARAM_FILENAME: dhparam.pem
3132

3233
LDAP_TLS_ENFORCE: true
3334
LDAP_TLS_CIPHER_SUITE: SECURE256:+SECURE128:-VERS-TLS-ALL:+VERS-TLS1.2:-RSA:-DHE-DSS:-CAMELLIA-128-CBC:-CAMELLIA-256-CBC

0 commit comments

Comments
 (0)