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:22:10 UTC

directory-fortress-core git commit: fix broken

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


fix broken


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/ba8934d8
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/ba8934d8
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/ba8934d8

Branch: refs/heads/master
Commit: ba8934d85a5230acf4ba8a11d74f4bb464a70522
Parents: 4694057
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Aug 27 12:11:37 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Aug 27 12:11:37 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/ba8934d8/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 381b82b..02d3ec5 100755
--- a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
@@ -40,10 +40,11 @@ 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 "log.admin.user=cn=Manager,cn=log" >> build.properties
+echo "log.admin.pw=secret" >> build.properties
 echo "min.log.conn=1" >> build.properties
 echo "max.log.conn=3" >> build.properties
 
-
 # prepare
 mvn clean install
 mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml