Hi Guys
So i have a 10 node setup running with two management/openldap nodes
I have followed the instructions here but cannot get this working
So i ran
So on MS Node 1 i did
1.On the Management Server node, run the following command to create the new OpenLDAP password:
/opt/apigee/apigee-service/bin/apigee-service apigee-openldap change-ldap-password -o oldPword -n newPword
2.Run the following command to store the new password for access by the Management Server:
/opt/apigee/apigee-service/bin/apigee-service edge-management-server store_ldap_credentials -p newPword
then did the same process on MS Node2
When this is done and brought back up the replication fails
598ace63 slap_client_connect: URI=ldap://msnode02:10389/ DN="cn=manager,dc=apigee,dc=com" ldap_sasl_bind_s failed (49) 598ace63 do_syncrepl: rid=001 rc 49 retrying
Now i had a look online and error 49 in openldap is invalid credentials but the passwords have changed as i can access the openldap individually using GUI and also LDAPSEARCH
Is there part of the process missing?