I am attempting to configure ldap authentication for an Apex workspace in Apex 22.1. When I run the LDAP Test procedure in the workspace I am required to provide the CN of the user in order for it to work. However, we use the sAMAccount value to authenticate.
In the Distinguished Name (DN) string I am using CN=%LDAP_USER%,<DOMAIN>
Might there be a different variable other than %LDAP_USER% that would access the sAMAccount?
If not does anyone know of a function I can provide to translate the sAMAccount to the CN so that it will find the right user?
Since the test works with the CN I assume the rest of the configuration is okay.
Thanks!