That wasn't it. I adjusted the search base, but I still get the same
issue. I think it may be more of an access isseu. For example if I
run ldapsearch on the localhost I get an output from the database,
however if I run the same search on the from one system to another i
get:
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
I also see this in the syslog every minute:
Dec 9 09:48:51 janus rcdevs-slapd[3757]: do_syncrepl: rid=001 rc -1
retrying
Dec 9 09:49:51 janus rcdevs-slapd[3757]: slap_client_connect:
URI=
ldap://10.10.1.5 Warning, ldap_start_tls failed (-1)
I've verified that iptables is not blocking anything on either
system:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
The service is listening on both systems:
tcp 0 0 localhost:ldap *:*
LISTEN
There aren't any other firewalls in between and I can see the
connection attempts using TCPDUMP so I know they're not blocked.
Is there anything else that would be blocking access?