I would like to use Cyrus-IMAP which authenticate with Windows
2022 AD over secured ldap (ldaps) protocol.
So I first started by configured Cyrus-Imap and cyrus-saslauthd
using simple binding where password is not encrypted. This setup worked fine.
Then I imported CA certificate and updated the local
thrusted stores.
Executed the following command:
ldapwhoami -ZZ -H
ldap://mynetarea.com -D "CN=xxxxx,CN=Users,DC=xxxxxxx,DC=xxx" -W
and I got the proper reply.
I also managed to authenticate SOGo over ldaps to the
Windows 2022 AD
But I had no luck with Cyrus-Imap or cyrus-saslauthd.
Probably it is a wrong configuration in /etc/saslauthd.conf
file
Does anyone have a typical configuration of saslauthd.conf
to authenticate with Windows 2022 AD
over LDAPS please.
Regards