I currently have an AD user with Schema read-only rights. The user only has a user name ("User Login Name") but no common name.
Using CN (e.g. UCN=username, DC=xxxx, DC=com) produces the error:
80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
NOT_PRINTABLE
[ERROR 49] Invalid credentials
Is there some syntax I can use to authenticate this user to AD via the LDAP Browser (e.g. UID=username, DC=xxxx, DC=com)?
Thank you