Success
When testing your connection settings the success or failure is printed in the output section. On success the number of users discovered is also displayed. You should see something similar to the ouput below
Retrieved:19 User Ids TEST PASSED
Invalid Credentials
If the username or password are incorrect your error message will be similar to this:
Starting GetUserIds ACTION:GET USER IDS FAILED:java.lang.RuntimeException: Check your LDAP System credentials Check your LDAP System credentials java.lang.RuntimeException: Check your LDAP System credentials ...Scrolling further done you will find the exception explaining the error that occurred
Caused by: javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1] at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3087) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3033) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2835) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749)
Invalid Host
If your hostname is incorrect then your error message will be similar to this
Starting GetUserIds ACTION:GET USER IDS FAILED:java.lang.RuntimeException: Check your LDAP System credentials Check your LDAP System credentials java.lang.RuntimeException: Check your LDAP System credentials ...Scrolling further done you will find the exception explaining the error that occurred
Caused by: java.net.UnknownHostException: HostTest
Test succeeds but returns no users
If your test is succeeding but returning no users it likely means your filters have been misconfigured.