The ability to run
ldapsearch -x -h 10.0.0.187 -D"cn=Manager,dc=linux,dc=com" -w secret
has very little to do with
replica host=10.0.0.2:389 binddn="cn=Replicator,dc=linux,dc=com"
bindmethod=simple credentials=secret
resulting in
Error: ldap_simple_bind_s for 10.0.0.2:389 failed: Invalid credentials
Perhaps you should configure things such that
ldapsearch -x -h 10.0.0.2 -D "cn=Replicator,dc=linux,dc=com" -w secret
works, which I'd imagine it doesn't at this point. Adding the
"cn=Replicator,dc=linux,dc=com" entry might be a good idea.
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.8/380 - Release Date: 30/06/2006