I'm trying to start multi-master replication on two LDAP ubuntu 16.4 servers (ldap2 and ldap3). After whole parametrization is done I'm not able to establish the connection between servers:
slap_client_connect: URI=ldap://ldap3.rs.local DN="cn=admin,cn=config" ldap_sasl_bind_s failed (49)
The same error in both directions.
Credentials verification using below command is finishing successfully (no errors):
ldapmodify -H ldap://ldap3.rs.local -D "cn=admin,cn=config" -W
I have read all existing tutorials and forums without result.
I will be thankfull for any hints.