Skip to content

Commit

Permalink
[ci] pin openldap to <2.5
Browse files Browse the repository at this point in the history
In 2.5, the ppolicy overlay has been integrated; however the docker
image currently does not work with that.
  • Loading branch information
lukasjuhrich committed Oct 1, 2023
1 parent 0220fce commit 3ce16cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
interval: 2s
timeout: 2m
ldap:
image: dinkel/openldap
image: dinkel/openldap:2.4.44
environment:
- SLAPD_PASSWORD=password
- SLAPD_DOMAIN=agdsn.de
Expand Down

0 comments on commit 3ce16cf

Please sign in to comment.