View Single Post
  #3 (permalink)  
Old 11-16-2005, 10:36 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default slapd

comment out the loglevel 0 line in conf/slapd.conf, and run ldap start - check for tls errors in /var/log/zimbra.log

I suspect that ldap may not like the self-signed cert...

If that is the case - open 2 windows.

In the first, ./install.sh -u to remove, ps axuww | grep zimbra, kill any processes, then ./install.sh

When you get to the config menu:

in the second window, edit /opt/zimbra/openldap/etc/openldap/slapd.conf, and remove the TLS lines from the end of the file. Also edit /opt/zimbra/bin/ldap, and remove the ldaps:// from the start line.

In the first window, complete the configuration.
Reply With Quote