Ldap Admin password...
 
Notifications
Clear all

Ldap Admin password Not Verified

5 Posts
3 Users
0 Reactions
314 Views
(@ccelio)
Joined: 3 months ago
Posts: 2
Topic starter  

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.


   
Quote
(@anomaly0617)
Joined: 6 months ago
Posts: 10
 

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?


   
ReplyQuote
(@anomaly0617)
Joined: 6 months ago
Posts: 10
 

Posted by: @anomaly0617

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?

Edit: I found this site, but I cannot find where to modify syslog to dump into /var/log/carbonio.log

 


   
ReplyQuote
(@ccelio)
Joined: 3 months ago
Posts: 2
Topic starter  
I have solved the issue by modifying the installer script "/opt/zextras/libexec/zmsetup.pl" by replacing the following line:
$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.

 


   
ReplyQuote
(@stefanodavid)
Joined: 3 years ago
Posts: 197
 

We are going to publish some new docs about AD/LDAP in the next weeks, including troubleshooting options. Please be patient!


   
ReplyQuote