Error from the idash log file:
20-03-26 13.34.46 [ WARN] http-nio-8080-exec-3: User TESTAD failed to authenticate against LDAP server, parameters: {java.naming.provider.url=ldap://ldap.state.in.us,
[email protected],OU=******* ****,OU=STATEEMPLOYEES,OU=USERS,DC=LDAP,DC=STATE,DC=IN,DC=US, java.naming.security.credentials=******************}
javax.naming.AuthenticationException: [LDAP: error code 49 - 8009030C: LdapErr: DSID-0C090446, comment: AcceptSecurityContext error, data 52e, v2580 ]
LDAP Result Code 49 sub-codes for Authentication Failures (source:https://ldapwiki.com/wiki/Common%20Active%20Directory%20Bind%20Errors):
525 user object not found
52e invalid password/credential
53f credential policy violation
530 time restriction in place
531 not permitted to logon at this workstation
532 password expired / DN username mismatch
533 account disabled
568 too many context identifiers
701 account expired
773 username/password valid, must reset password
775 account lockout
The above error is returned when the username is valid but the password/credential is invalid.