Hi Stefan,
On Sun, 2021-02-14 at 18:46 +0100, Stefan Kania wrote:
I would like to set up a OpenLDAP proxy with meta-backend. I have a test environment with two windows 2019 ADs and one OpenLDAP-server configured as proxy. [...] [...]
But now I would like to connect a client to the proxy to get the entries. The ldap.conf file is the same as on the proxy. But what ever I try I got now result.
root@proxy-client:~# ldapsearch -x -D cn=admin,dc=example,dc=de -W -LLL No such object (32)
root@proxy-client:~# ldapsearch -x -LLL No such object (32)
What am I missing?
Did you try with the meta-DB's suffix as search base?
ldapsearch -LLL -x -D cn=admin,dc=example,dc=de -W -b dc=example,dc=de
Kind regards, Tilman