You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/01/07 16:12:33 UTC

[directory-fortress-core] branch master updated: don't set log level, allow proc to listen over ldap and ldaps

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e628cd  don't set log level, allow proc to listen over ldap and ldaps
9e628cd is described below

commit 9e628cdc3fa8670f8fe78e51a2130559347157dd
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri Jan 7 10:12:29 2022 -0600

    don't set log level, allow proc to listen over ldap and ldaps
---
 src/docker/openldap-for-apache-fortress-tests/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/openldap-for-apache-fortress-tests/Dockerfile b/src/docker/openldap-for-apache-fortress-tests/Dockerfile
index 08c2db6..8639f07 100644
--- a/src/docker/openldap-for-apache-fortress-tests/Dockerfile
+++ b/src/docker/openldap-for-apache-fortress-tests/Dockerfile
@@ -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", "-d", "stats", "-u", "openldap", "-g", "openldap"]
+CMD ["/opt/symas/lib/slapd", "-u", "openldap", "-g", "openldap", "-h", "ldap:/// ldaps:///"]