Carbonio CE 23.2.0 ...
 
Notifications
Clear all

Carbonio CE 23.2.0 Active Directory authentication

5 Posts
5 Users
2 Likes
674 Views
(@regul8or)
Joined: 1 year ago
Posts: 5
Topic starter  

Is there a guide somewhere on how to integrate Carbonio CE 23.2.0 with Active Directory, like this one? I understand basic commands like zmprov are now changed.


   
layer.five reacted
Quote
layer.five
(@layer-five)
Joined: 1 year ago
Posts: 1
 

I also had the same difficulty and I didn't find any technical reference to solve it.


   
ReplyQuote
 ikd
(@ikd)
Joined: 1 year ago
Posts: 1
 

The same problem. Is there a complete manual how to use carbonio server version 23 with Active Directory users?


   
ReplyQuote
(@zmctl_restart)
Joined: 8 months ago
Posts: 3
 

Hello all,

For those who want to authenticate users from Active Directory

Modify your domain config as follows, Carbonio admin interface is buggy. You can query global catalog for user auth.

As user zextras run the following commands for your domain

carbonio prov md your.domain.tld zimbraAuthMech ad
carbonio prov md your.domain.tld zimbraAuthLdapStartTlsEnabled FALSE
carbonio prov md your.domain.tld zimbraAuthFallbackToLocal TRUE
carbonio prov md your.domain.tld zimbraAuthLdapBindDn %u@your.domain.tld
carbonio prov md your.domain.tld ldaps://your.global.catalog:3269

 

Now domain user blabla@your.domain.tld can login using AD credentials if there is a corresponding mailbox already created .

 

 


   
anahuac reacted
ReplyQuote
(@john_doe)
Joined: 3 years ago
Posts: 61
 

@zmctl_restart Thanks for that - safed me some time.

Someone from Zextras should adopt the UI to allow %u@AD-domain.tld as it is currently not allowed to be stored that way.


   
ReplyQuote