You want to change the LDAP binding information. Below 2 files needed for this change:
/etc/openldap/ldap.conf
/gpdata1/master/gpseg-1/pg_hba.conf.
but there are DOWN Mirrors in the cluster and restarting the cluster to apply the new binding might cause the recovery of mirror segments in unexpected state.
All Greenplum versions.
Not Applicable.
You can start the incremental recovery (or full recovery if required ) for the down mirrors after reviewing and validating the below info -
psql postgres -c "select pg_reload_conf();"
(to reload the hba changes on the coordinator) after reverting the file. Then run gprecoverseg. And then apply the hba conf with the changes after successful recovery and run psql postgres -c "select pg_reload_conf();".