View Single Post
  #7 (permalink)  
Old 12-25-2009, 05:14 PM
emman emman is offline
Member
 
Posts: 11
Default ldaps:// on 6.0.x

i managed to make it work on zcs 6.0.x by "modifying" the bin/ldap script by adding an ldaps:// entry on the lines indicated by LaFong, but leaving the ${bind_url}:

-u zimbra -h "${bind_url} ldaps://mail.myserver.com:636 ldapi:///" -F /opt/zimbra/data/ldap/config

ldap now listens to both 389 (ldap://) and 636 (ldaps://).
Reply With Quote