--On Thursday, February 2, 2023 3:57 PM +0100 Simon Kainz
<[email protected]> wrote:
Hello,
i am looking for a way to set an ACL entry for cn=accesslog, which is
where i am logging the slapo-accesslog overlay entries to.
I tried to set set it with the following:
dn: olcDatabase{1}mdb,cn=config
changeType: modify
add: olcAccess
alcAccess: to db.base="cn=accesslog" by
dn.base="cn=ldap_cleanup,o=<....>" read by * break
This operation works, and i see the intry in my slapd config.
I am still unable to see entries from cn=accesslog.
You've not provided enough information about your environment to determine
what, if anything, is incorrect. For example, we've no clue what part of
the DIT olcDatabase{1}mdb is configured to hold. Nor what user is being
used to query the database, etc.
--Quanah