I'm attempting to install Zextras Carbonio CE on Ubuntu 22.04 and configure authentication using Windows Server Active Directory. However, the carbonio-bootstrap program displays the error "4) Ldap Admin password: Not Verified" and the installation is interrupted.
Additional details:
I already have a working Zimbra server using the same authentication type.
I tested the connection to the Windows server using the ldapsearch program and everything worked correctly.
I tried setting up a local LDAP server to troubleshoot the issue, but the error persists.
The "LDAP Base DN" used is the same as the one tested with ldapsearch: "cn=carbonio,cn=Users,dc=company,dc=corp".
I would appreciate the community's help in identifying the cause of the error and assisting me in resolving it.
Additional information:
Zextras Carbonio CE version: carbonio-core 4.1.6-1ubuntu
Operating system: Ubuntu 22.04
LDAP server: Windows Server Active Directory
Thank you for your attention in advance.
I'm in a similar boat. Carbonio Team: Is there a way to turn up debugging on LDAP queries, so I can see what is failing and what I need to change?
$config{zimbra_ldap_userdn} = "uid=zimbra,cn=admins,$config{ldap_dit_base_dn_config}";
with the correct Base DN for my server. This worked for both OpenLdap and Windows Server AD/DC.
We are going to publish some new docs about AD/LDAP in the next weeks, including troubleshooting options. Please be patient!