Integrate LDAP user details into email client address book

Hi,

is there any tutorial how to integrate LDAP user details into an email client address book (thunderbird, evolution)?
We are running an Samba4 AD Controller and when I test the ldap connection via command line it is returning all objects correctly.

ldapsearch -x -H ldaps://server.domain.de:636/ -b cn=users,dc=domain,dc=de -D cn=administrator,cn=users,dc=domain,dc=de -W

But when I try to integrate an ldap address book for example into thunderbird, it displays nothing

grafik

I’ve searched internet and univention help + admin guide but found nothing.

Thanks for helping
Christian

I think you might be running into some security restrictions on what is allowed to query the directory. Are you running your ldapsearch command from the server or another machine on the network?

That was my first thought but the ldapsearch command is running from a domain member server. So there are no firewall rules, that may block these queries.

Actually solved that with query on port 7389 (OpenLDAP Port on UCS) and no encryption. I also use a read-only ldap account.

Mastodon