Release 7.1.3_GA_3346.UBUNTU10_64 UBUNTU10_64 FOSS edition.
Installed, up and running normally and I was assigned the task of "Getting ldap working".
The issue is that I can't see ldap running on the server from any external source. A nmap shows the ldap port (389) is closed.
If I login to the server I can see ldap is running, and has bound to our localhost address, Surely this should be the eth0 address instead?
Code:
zimbra@zimbra1:~$ ldap status
slapd running pid: 29849
Code:
zimbra 29849 0.0 0.7 399836 63136 ? Ssl Nov17 2:12 /opt/zimbra/openldap/sbin/slapd -l LOCAL0 -u zimbra -h ldap://zimbra1.XXXXXXX.com:389 ldapi:/// -F /opt/zimbra/data/ldap/config
replaced domain with XXXXXXX.....
Code:
zimbra@zimbra1:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 zimbra1.XXXXXXX.com zimbra1
Release 7.1.3_GA_3346.UBUNTU10_64 UBUNTU10_64 FOSS edition.
Installed, up and running normally and I was assigned the task of "Getting ldap working".
The issue is that I can't see ldap running on the server from any external source. A nmap shows the ldap port (389) is closed.
If I login to the server I can see ldap is running, and has bound to our localhost address, Surely this should be the eth0 address instead?
Code:
zimbra@zimbra1:~$ ldap status
slapd running pid: 29849
Code:
zimbra 29849 0.0 0.7 399836 63136 ? Ssl Nov17 2:12 /opt/zimbra/openldap/sbin/slapd -l LOCAL0 -u zimbra -h ldap://zimbra1.XXXXXXX.com:389 ldapi:/// -F /opt/zimbra/data/ldap/config
replaced domain with XXXXXXX.....
Code:
zimbra@zimbra1:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 zimbra1.XXXXXXX.com zimbra1
Code:
zimbra@zimbra1:~$ hostname -f
zimbra1.XXXXXXX.com
Can anyone suggest why I can't see it binding on any external interfaces?
Many thanks, and so far a brilliant product!