Files
apache-http-server/test/travis_Dockerfile_slapd.centos
Joe Orton 84ecd2f2b9 CI: For LDAP tests, switch to using OpenLDAP slapd running on
CentOS Stream 9.

Github: closes #450


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918059 13f79535-47bb-0310-9956-ffa450edef68
2024-05-30 14:48:21 +00:00

6 lines
247 B
Plaintext

FROM quay.io/centos/centos:stream9
RUN dnf install -y epel-release && \
dnf install -y openldap openldap-clients openldap-servers openldap-devel && \
dnf -y clean all --enablerepo='*'
CMD /usr/sbin/slapd -u ldap -d1 '-h ldap:// ldapi:///'