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:30:18 UTC

directory-fortress-core git commit: + slapd audit logger params

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


+ slapd audit logger params


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

Branch: refs/heads/master
Commit: eb8e8e7348fa968a93ed51aa06df4cfcfaac290f
Parents: ba8934d
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Aug 27 12:19:44 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Aug 27 12:19:44 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/eb8e8e73/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 02d3ec5..6f2bd86 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,7 @@ 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 "" >> 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