Error messages with AD/Internal

I’m trying to clean up a messy project which was using multiple tables to host user accounts. I have switched the project to AD/Internal Hybrid so I can manage the roles in Ignition and use AD for authentication. When I try to pull up the list of users in the designer in order to assign them to roles I don’t see any users listed. I can see the following error in the console:

[LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v23f0

I am able to successfully verify the authentication profile with domain credentials. Any ideas what might be going on?

Never mind. I figured out what I was doing wrong, I just got thrown off by the verification working.

I kept using domain\ldap_read or ldap_read@domain.com as the username for the LDAP lookup. It required removing the domain reference all together and just using ldap_read…