Hi everybody,
I have setup a ldap proxy cache (2.3.34), but somehow I cannot write into the proxy database.
When I first search into the directory, I get the following in the log file:
slapd[450]: QUERY NOT ANSWERABLE
slapd[450]: QUERY CACHEABLE
This tells me that at least the proxyTemplate is set up correctly, then I run the second time the search command, and I get:
slapd[518]: QUERY ANSWERABLE
I suppose ldap found in the cache the search output, but I get no result.
After searching a little bit, I also found this messages, after the first search:
==> bdb_add: uid=dummy,ou=People,dc=cscs,dc=com bdb_add: entry failed op attrs add: no structural object class provided (65) send_ldap_result: conn=2 op=1 p=3 send_ldap_result: err=65 matched="" text="no structural object class provided" ENTRY ADDED/MERGED, CACHED ENTRIES=0
Somehow I cannot write into the directory..