ldap is not starting up, for some reason. To find out why, try this:
su - zimbra
bash -x bin/ldap start
If no errors appear there, try the command that it runs to start ldap (all one line):
/opt/zimbra/openldap/libexec/slapd -4 -u zimbra -h ldap://:7389/ -f /opt/zimbra/conf/slapd.conf
If that gives you a "slapd.conf not found" error, then the ldap initialization script failed - try running that by hand:
/opt/zimbra/libexec/zmldapinit
and look for errors there. |