View Single Post
  #4 (permalink)  
Old 10-02-2005, 07:34 PM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,784
Default

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.
Reply With Quote