File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ jobs:
7878 PLUGINS : ldapjs
7979 services :
8080 openldap :
81- image : registry.opensuse.org/opensuse/ openldap
81+ image : bitnamilegacy/ openldap:latest
8282 ports :
83- - ' 1389:389 '
84- - ' 1636:636 '
83+ - ' 1389:1389 '
84+ - ' 1636:1636 '
8585 env :
86- LDAP_DOMAIN : ' example.org '
86+ LDAP_ADMIN_USERNAME : ' admin '
8787 LDAP_ADMIN_PASSWORD : ' adminpassword'
88- LDAP_CONFIG_PASSWORD : ' adminpassword'
88+ LDAP_USERS : ' user01,user02'
89+ LDAP_PASSWORDS : ' password1,password2'
8990 steps :
9091 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9192 - uses : ./.github/actions/node/oldest-maintenance-lts
Original file line number Diff line number Diff line change @@ -179,14 +179,15 @@ services:
179179 ports :
180180 - " 127.0.0.1:9201:9200"
181181 openldap :
182- image : registry.opensuse.org/opensuse/ openldap
182+ image : bitnami/ openldap:latest
183183 ports :
184- - ' 127.0.0.1:1389:389 '
185- - ' 127.0.0.1:1636:636 '
184+ - ' 127.0.0.1:1389:1389 '
185+ - ' 127.0.0.1:1636:1636 '
186186 environment :
187- - LDAP_DOMAIN=example.org
187+ - LDAP_ADMIN_USERNAME=admin
188188 - LDAP_ADMIN_PASSWORD=adminpassword
189- - LDAP_CONFIG_PASSWORD=adminpassword
189+ - LDAP_USERS=user01,user02
190+ - LDAP_PASSWORDS=password1,password2
190191
191192 testagent :
192193 image : ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.33.1
You can’t perform that action at this time.
0 commit comments