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 f67e741 commit 5c4644eCopy full SHA for 5c4644e
script/ldap-docker
@@ -7,7 +7,7 @@ docker run --rm -ti \
7
--hostname ldap.example.org \
8
--env LDAP_TLS_VERIFY_CLIENT=try \
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 \
+ -v "$(pwd)"/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
+ -v "$(pwd)"/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
12
--name my-openldap-container \
13
osixia/openldap:1.3.0 --copy-service --loglevel debug
0 commit comments