From: Pierangelo Masarati Date: Wed, 11 Jan 2006 22:12:11 +0000 (+0000) Subject: add a comment to indicate why "lastmod off" is there (ITS#4330) X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~343 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c7882ef59464e24f986e24df0aa1e131e269c51b;p=openldap add a comment to indicate why "lastmod off" is there (ITS#4330) --- diff --git a/tests/data/slapd-translucent-local.conf b/tests/data/slapd-translucent-local.conf index cafc4287bf..6dad2c3a03 100644 --- a/tests/data/slapd-translucent-local.conf +++ b/tests/data/slapd-translucent-local.conf @@ -54,7 +54,10 @@ rootpw secret overlay translucent translucent_no_glue -# XXX this uri really shouldn't be hardcoded uri @URI1@ -lastmod off +# "lastmod off" is not strictly required because the instance of back-ldap +# added by the translucent overlay sets it off for the underling database; +# however, the local database needs to have "lastmod off" so it's here as +# a reminder. +lastmod off acl-bind binddn="uid=binder,o=translucent" credentials="bindtest"