]> git.sur5r.net Git - openldap/commitdiff
add a comment to indicate why "lastmod off" is there (ITS#4330)
authorPierangelo Masarati <ando@openldap.org>
Wed, 11 Jan 2006 22:12:11 +0000 (22:12 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 11 Jan 2006 22:12:11 +0000 (22:12 +0000)
tests/data/slapd-translucent-local.conf

index cafc4287bf6bc098b598ba77d7b9ed664c84f117..6dad2c3a03b362485ce34c53ad9a58d0052373f7 100644 (file)
@@ -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"