Yes I can ssh. All other ports are responding as well. This server is in full production.
ps -ef returns:
zimbra 20467 1 0 08:25 ? 00:00:27 /opt/zimbra/openldap-2.3.21/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://localhost.localdomain -f /opt/zimbra/conf/slapd.conf
I've looked in slapd.conf, but I don't see anything regarding connection restrictions. The man page doesn't seem to have anything relevant either.
There isn't a slapd.access file. Quoting from the slapd.access man page "If no access controls are present, the default policy allows anyone and everyone to read anything but restricts updates to rootdn." So it doesn't seem thats the issue either.
Thanks
Quote:
Originally Posted by djve I'm going to assume you can ssh into the Zimbra machine and haven't been using a console, ergo networking is basically OK.
On the Zimbra server does 'ps -ef |grep slapd' return something like:
/opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://zimbratest.xxx.com:389 -f /opt/zimbra/conf/slapd.conf
And have you checked the address with IP config? I normally find I have a typo on these sort of commands.
You may want to check out the man page for slapd.access and check the slapd.conf file for IP restrictions. If you have LDAP queries restricted by IP you should check your config. I don't know where the slapd.conf file gets updated by the admin commands but this should help find what's wrong as a first step. |