centos 4.2 and ldap failure Hi, a minimum centos 4.2 install with zimbra RPM for RHEL4 gives the following error:
Adding centos.myvnc.com to zimbraMailHostPool in default COS...ERROR:
service.FAILURE (system failure: getDirectContext) (cause:
javax.naming.CommunicationException centos.myvnc.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause:
javax.naming.CommunicationException centos.myvnc.com:389)
Done
But I tested ldap configuration and here is the result:
[root@centos zcs]# su - zimbra
[zimbra@centos ~]$ /opt/zimbra/libexec/zmldapinit
slapd already running: pid 4377
[zimbra@centos ~]$ ps auxww | grep slapd
zimbra 4377 0.0 0.6 53628 4988 ? Ssl 13:25 0:00
/opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldaps://
ldap://:389/ -f /opt/zimbra/conf/slapd.conf
zimbra 30499 0.0 0.0 2268 504 tty1 S+ 21:15 0:00 grep
slapd
[zimbra@centos ~]$
I have disabled IPv6, did the unicode stuff (a previous problem but already solved) and verified that the hostname is resolvable via DNS.
Suggestions?
Thanks in advance. |