Skip to content

Commit

Permalink
add the -d flag back, slapd won't start in container w/out it
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Jan 7, 2022
1 parent 9e628cd commit 30fc850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/openldap-for-apache-fortress-tests/Dockerfile
Expand Up @@ -46,4 +46,4 @@ RUN mkdir -p /var/run/openldap \
&& /opt/symas/sbin/slaptest -u -f /opt/symas/etc/openldap/slapd.conf -u
EXPOSE 389
# Start daemon as non-root user:
CMD ["/opt/symas/lib/slapd", "-u", "openldap", "-g", "openldap", "-h", "ldap:/// ldaps:///"]
CMD ["/opt/symas/lib/slapd", "-d", "stats", "-u", "openldap", "-g", "openldap", "-h", "ldap:/// ldaps:///"]

0 comments on commit 30fc850

Please sign in to comment.