How do we capture additional logon information when a connection fails? In our VDP logs we see messages, like the one below. Our challenge is that we do not know how to correlate this with a user account.
8222466 [RMI TCP Connection(5403)-127.0.0.1] ERROR 2021-05-07T11:05:00.158 com.denodo.vdb.security.LDAPDatabaseAuthenticator [] - [LDAP: error code 32 - 0000208D: NameErr: DSID-03100241, problem 2001 (NO_OBJECT), data 0, best match of:
'OU=users,DC=domain,DC=com'
]
javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-03100241, problem 2001 (NO_OBJECT), data 0, best match of:
'OU=users,DC=domain,DC=com'
]
8282423 [RMI TCP Connection(5448)-127.0.0.1] ERROR 2021-05-07T11:06:00.115 com.denodo.vdb.security.LDAPDatabaseAuthenticator [] - Not authenticated: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090453, comment: AcceptSecurityContext error, data 52e, v3839 ]
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090453, comment: AcceptSecurityContext error, data 52e, v3839 ]