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 c3f0e4c commit fdbe61eCopy full SHA for fdbe61e
.travis.yml
@@ -17,7 +17,7 @@ env:
17
18
before_install:
19
- gem update bundler
20
- - echo "127.0.0.1 ldap.example.org" >> /etc/hosts
+ - echo "127.0.0.1 ldap.example.org" >> /etc/hosts # needed for TLS verification
21
22
install:
23
- docker run --hostname ldap.example.org --env LDAP_TLS_VERIFY_CLIENT=try -p 389:389 -p 636:636 -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif --name openldap osixia/openldap:1.3.0 --copy-service --loglevel debug
0 commit comments