Hi guys
I was just about try disabling LDAPS on our zimbra server.
Found this guide in the wiki... How to enable ldaps - Zimbra :: Wiki
So do I just need to change those commands to read:
Code:
su - zimbra
zmlocalconfig -e ldap_master_url=ldap://mymaster.somewhere.com:389
zmlocalconfig -e ldap_url=ldap://myreplica.somewhere.com:389
zmlocalconfig -e ldap_starttls_supported=0
zmlocalconfig -e ldap_port=389
What should I change ldap_starttls_supported to?
Do I need to set ldap_url even if I don't have a replica?
Cheers, B