Error - ldap://:/ Invalid credentialsIssue When running a Test Connection Probe from LDAP Server administrators get an error as - ldap://<ldap_server_ip>:<Port>/ Invalid credentials Make sure this user account has login and read access to the serverCauseIn most of the cases the cause of the issue is the Login Distinguished Name and the Password doesn't match. In some cases the error is misleading, in such cases cause of the issue could be user doesn't have a valid access to the starting search directory.ResolutionCheck the login distinguished name and password is correct.In cases where error is misleading check user has valid access to the starting search directory.Run LDAP Search command on the LDAP Server - ldapsearch -x -D "<login_distinguished_name>" -w <Password> -H <LDAP Server:port> -b "<Starting Search Directory>""(&(objectClass=person))"Alternatively customer can install 3rd party LDAP Search tools like Jxplorer to check the issue further.To further debug administrators can enable LDAP debug system properties and check the issue in system logs.Property Name - glide.ldap.debugType - True/False.