We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d99794 commit fefe9ebCopy full SHA for fefe9eb
.github/workflows/test.yml
@@ -20,14 +20,15 @@ jobs:
20
runs-on: ubuntu-latest
21
services:
22
openldap:
23
- image: osixia/openldap:1.3.0
+ image: osixia/openldap:1.4.0
24
env:
25
+ LDAP_SEED_INTERNAL_LDIF_PATH: ${{ github.workspace }}/test/fixtures/ldif
26
LDAP_TLS_VERIFY_CLIENT: try
27
ports:
28
- 389:389
29
- 636:636
- # volumes:
30
- # - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
+ options: >-
31
+ --hostname ldap.example.org
32
strategy:
33
matrix:
34
ruby:
0 commit comments