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 2018/08/27 17:14:47 UTC

directory-fortress-core git commit: add missing parameters to props file

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 571984d88 -> 4694057ec


add missing parameters to props file


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/4694057e
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/4694057e
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/4694057e

Branch: refs/heads/master
Commit: 4694057ec381ea54b3df1e98a22b167a310b0d33
Parents: 571984d
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Aug 27 12:04:13 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Aug 27 12:04:13 2018 -0500

----------------------------------------------------------------------
 src/docker/openldap-for-apache-fortress-tests/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/4694057e/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
----------------------------------------------------------------------
diff --git a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
index 1a5c816..381b82b 100755
--- a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
@@ -40,6 +40,9 @@ sed -i 's/^suffix\.dc=.*/suffix.dc=com/' build.properties
 sed -i 's/^root\.dn=.*/root.dn=cn=Manager,${suffix}/' build.properties
 sed -i 's/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/' build.properties
 sed -i 's/^cfg\.root\.pw=.*/cfg.root.pw=secret/' build.properties
+echo "min.log.conn=1" >> build.properties
+echo "max.log.conn=3" >> build.properties
+
 
 # prepare
 mvn clean install