Hi,
I have one master, one slave LDAP server. Syncprov is active and running.
On the master or the slave (2.5), if i `slapcat` i get:
| dn: dc=example,dc=nl | objectClass: top | objectClass: dcObject | objectClass: organization | o: example | dc: example | structuralObjectClass: organization | entryUUID: f55086bc-adb9-103c-9c47-456ab09d92ea | creatorsName: cn=admin,dc=example,dc=nl | createTimestamp: 20220811120747Z | entryCSN: 20220811120747.388919Z#000000#000#000000 | modifiersName: cn=admin,dc=example,dc=nl | modifyTimestamp: 20220811120747Z | contextCSN: 20221007075756.114574Z#000000#000#000000 | | [ .. ]
So there is a 'contextCSN' in there, but i can't seem to query it:
| # ldapsearch -xLLL -H ldaps://127.0.0.1 -b 'dc=example,dc=nl' -s 'base' contextCSN | dn: dc=example,dc=nl | | #
While on a different set of servers (2.4), that ldapsearch does work:
| # ldapsearch -xLLL -H ldap://127.0.0.1 -b 'dc=anotherexample,dc=nl' -s 'base' contextCSN | dn: dc=anotherexample,dc=nl | contextCSN: 20221007080803.057248Z#000000#000#000000 | | #
What could be wrong here?
Regards, -Sander.
Quoting Sander Smeenk (ssmeenk@freshdot.net):
So there is a 'contextCSN' in there, but i can't seem to query it:
This turned out to be a missing olcAccess control. Thanks.
-Sndr.
openldap-technical@openldap.org