Closed
Description
Summary
When using LDAP, if a file matching "*.ldif" exists on the classpath, then it should be used, if no other LDIF file is specified.
However, when using "unboundid" mode, the file on the classpath is not picked up unless explicitly specified.
Sample
This issue can be demonstrated using the LDAP sample with a few modifications.
Firstly, to make the application use "unboundid" mode, replace runtime apachedsDependencies
with compile "com.unboundid:unboundid-ldapsdk"
in the gradle file.
Then, remove ldif="classpath:users.ldif"
from the s:ldap-server
element.
The integration tests will fail.