[SCP] LDAP user unable to import in SCP
Issue Description
LDAP user unable to import to SCP.
Handling Process
-
User has configured LDAP user and feedback test connectvity was successful, but LDAP user unable to import.


-
Perform packet capture when SCP trying to import the user, found that there is a invalid DNSyntax error return from the AD server.

-
Further checking on the configuration, found that the DN name was using email address.

-
As per verified, currently SCP does not support email address format. It only support with the following format: CN=example-user,CN=Users,DC=example-domain,DC=com.

-
After change the format of DN name, LDAP user was able to import successfully.

Root Cause
SCP currently does not support email address for DN name.
The compatible format should be as following :
CN=example-user,CN=Users,DC=example-domain,DC=com.
Solution
Change DN name to compatible format.