On Mar 18, 2013, at 15.14, Howard Chu <hyc(a)symas.com> wrote:
>
> dn: olcOverlay={0}pcache,olcDatabase={2}ldap,cn=config
> objectClass: olcPcacheConfig
> objectClass: olcOverlayConfig
> objectClass: olcConfig
> objectClass: top
> olcOverlay: {0}pcache
> olcPcache: mdb 1000 100 1000 60
> olcPcacheAttrset: 0 "*" "+"
You should submit an ITS for this. This PcacheAttrset directive is not behaving as it
should. Specifically, there is no support for "+" at all in the attrset matching
code, and the support for "*" is incomplete, so it's also failing to match
your search request.
its #7552
http://www.openldap.org/its/index.cgi/Incoming?selectid=7552
-ben