summaryrefslogtreecommitdiff
path: root/test/travis_Dockerfile_slapd
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-06-16 14:07:53 +0000
committerJoe Orton <jorton@apache.org>2020-06-16 14:07:53 +0000
commitd76121b16728c14f2f0ba102f35e97312b935858 (patch)
treea96df51f05087c3c60a7cd0f6492a15dd3a43f57 /test/travis_Dockerfile_slapd
parent6f18d5fcf489a5f7f4365fc5ded506e53118ec4a (diff)
downloadhttpd-d76121b16728c14f2f0ba102f35e97312b935858.tar.gz
Update Travis LDAP testing to use new container setup script
provided by test framework. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_Dockerfile_slapd')
-rw-r--r--test/travis_Dockerfile_slapd4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/travis_Dockerfile_slapd b/test/travis_Dockerfile_slapd
index 8da818e958..e0729e3c2b 100644
--- a/test/travis_Dockerfile_slapd
+++ b/test/travis_Dockerfile_slapd
@@ -4,6 +4,6 @@ RUN echo slapd slapd/password2 password travis | debconf-set-selections
RUN echo slapd slapd/internal/adminpw password travis | debconf-set-selections
RUN echo slapd slapd/internal/generated_adminpw password travis | debconf-set-selections
RUN echo slapd slapd/domain string example.com | debconf-set-selections
-RUN apt-get update && apt-get -y install slapd
+RUN apt-get update && apt-get -y install slapd ldap-utils
# With -d passed, slapd stays in the foreground
-CMD /usr/sbin/slapd -d1
+CMD /usr/sbin/slapd -d1 '-h ldap:// ldapi:///'