From c7882ef59464e24f986e24df0aa1e131e269c51b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 11 Jan 2006 22:12:11 +0000 Subject: [PATCH] add a comment to indicate why "lastmod off" is there (ITS#4330) --- tests/data/slapd-translucent-local.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" -- 2.39.5