[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Replica Problem ... permission ?
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.