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/06 23:13:39 UTC

[directory-fortress-core] branch master updated: move up the monitor

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 1093cc1  move up the monitor
1093cc1 is described below

commit 1093cc13e7e7d33111c8449132a7684ecd7b3554
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Thu Jan 6 17:13:35 2022 -0600

    move up the monitor
---
 src/docker/openldap-for-apache-fortress-tests/slapd.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/docker/openldap-for-apache-fortress-tests/slapd.conf b/src/docker/openldap-for-apache-fortress-tests/slapd.conf
index 96cfd95..865bc89 100644
--- a/src/docker/openldap-for-apache-fortress-tests/slapd.conf
+++ b/src/docker/openldap-for-apache-fortress-tests/slapd.conf
@@ -55,6 +55,11 @@ password-hash   "{CRYPT}"
 password-crypt-salt-format  "$6$%.8s"
 
 #######################################################################
+# Monitor database
+#######################################################################
+database monitor
+
+#######################################################################
 # History DB Settings
 #######################################################################
 database	mdb
@@ -140,8 +145,3 @@ overlay     ppolicy
 ppolicy_default "cn=PasswordPolicy,ou=Policies,dc=example,dc=com"
 ppolicy_use_lockout
 ppolicy_hash_cleartext
-
-#######################################################################
-# Monitor database
-#######################################################################
-database monitor