mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
add a comment to indicate why "lastmod off" is there (ITS#4330)
This commit is contained in:
parent
90fad5a3a3
commit
c7882ef594
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue