Am 23.02.21 um 16:50 schrieb Tilman Kranz:
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
Hi Tilman,
thank's for your answer but i solved the problem. I got the wrong suffix
from the customer so if the suffix of the ADs is correct the answer can
only be "no such object". I finally got it running
Stefan