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 22:55:01 UTC

[directory-fortress-core] branch master updated: add the monitor switch back

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 76786d5  add the monitor switch back
76786d5 is described below

commit 76786d599ed9379d41234cc18700e09d9f8e7ace
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Thu Jan 6 16:54:57 2022 -0600

    add the monitor switch back
---
 ldap/slapd.conf.src | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ldap/slapd.conf.src b/ldap/slapd.conf.src
index 19e1980..f29bcd6 100755
--- a/ldap/slapd.conf.src
+++ b/ldap/slapd.conf.src
@@ -71,11 +71,11 @@ database	 @DB_TYPE@
 suffix		"@LOG_SUFFIX@"
 rootdn      "@LOG_ROOT_DN@"
 rootpw      "@LOG_ROOT_PW@"
-index       objectClass,reqDN,reqAuthzID,reqStart,reqAttr eq
-index       reqMod,reqResult eq
+
+index objectClass,entryCSN,entryUUID,reqEnd,reqStart eq
+index reqDN,reqAuthzID,reqAttr,reqMod,reqResult eq
+
 directory	"@HISTORY_DB_PATH@"
-access to *
-    by dn.base="@LOG_ROOT_DN@" write
 @LOG_DBNOSYNCH@
 @LOG_CHECKPOINT@
 @LOG_BDB_CACHE_SIZE@
@@ -201,4 +201,4 @@ ppolicy_hash_cleartext
 #######################################################################
 # Monitor database
 #######################################################################
-database monitor
+@IS_RBAC_ACCELERATOR@database monitor