LDAP Wildfly 10 config userSearchBase

How do I specify an empty value in userSearchBase for the server Wildfly 10 in the standalone.xml file?
I tried to leave it blank:
</ property>

Add a space character:
</ property>

In this case, an error occurs while trying to enter the credentials:
Called: javax.naming.InvalidNameException: undefined, DC = AD, DC = TEST

But in the Junit configuration, the value in the file “camunda.cfg.xml” can be left blank:

Thanks.

1 Like

Hi Michael,

try to remove the userSearchBase tag.

Cheers,
Tassilo

Hi Tasso, thank you for answer!
Your advice did not help solve the problem.

The behavior of the system looks strange:
When I specify any value (letters) is applied by the system.
But, for example, the value of “OU=BPM” does not apply.

Perhaps the symbol “=” is ignored.