File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ install:
33
33
--env LDAP_TLS_VERIFY_CLIENT=try \
34
34
-p 389:389 \
35
35
-p 636:636 \
36
- -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
37
- -v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
36
+ -v "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom \
38
37
--name openldap \
39
38
--detach \
40
39
osixia/openldap:1.3.0 \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ docker run --rm -ti \
7
7
--hostname ldap.example.org \
8
8
--env LDAP_TLS_VERIFY_CLIENT=try \
9
9
-p 389:389 -p 636:636 \
10
- -v " $( pwd) " /test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
11
- -v " $( pwd) " /test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
10
+ -v " $( pwd) " /test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom \
12
11
--name my-openldap-container \
13
12
osixia/openldap:1.3.0 --copy-service --loglevel debug
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments