Skip to content

Commit 31532e3

Browse files
committed
Tests: Use openldap docker image from bitnamilegacy from now on.
1 parent 69513f2 commit 31532e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes
66

77
### Unreleased
88

9+
* 2025-10-09 - Tests: Use openldap docker image from bitnamilegacy from now on.
910
* 2025-04-16 - Expert feature: Allow the admin to set a custom LDAP filter for the sync task, resolves #44.
1011
* 2025-04-09 - Improvement: Add end-of-transaction trace messages to sync task and make clear that the number of user entries to be updated is only a number of user entries to be checked for updates.
1112
* 2025-04-07 - Expert feature: Allow the admin to set a scope for the username within the sync task, resolves #38.

tests/fixtures/bitnami-openldap-docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
openldap:
3-
image: bitnami/openldap:2.6
3+
image: bitnamilegacy/openldap:2.6 # This image won't receive updates due to https://github.com/bitnami/containers/issues/83267, but it is still fine for automated testing.
44
ports:
55
- '1389:1389'
66
- '1636:1636'

0 commit comments

Comments
 (0)