Change auth with AD to SSL

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
tutek
Posts: 24
Joined: Sat Jun 03, 2017 4:51 pm

Change auth with AD to SSL

Post by tutek »

Hello,
could anyone help me change active directory authentication from 3268 to secure, zimbra version is 9?
Now on zimbra I have two domains with this settings:

Code: Select all

zimbraAdminConsoleLDAPAuthEnabled: FALSE
zimbraAuthLdapBindDn: %u@domain.pl
zimbraAuthLdapURL: ldap://domainIP:3268
I should only change port to 3269 in last settings?
And import to zimbra CA cert from our internal CA (this CA issued cert to domain controller) using this command:

Code: Select all

sudo su zimbra -
/opt/zimbra/bin/zmcertmgr addcacert <cert file>
zmmailboxdctl restart
Is this all I shoul do?
Thanks
Post Reply