a28650c715
Prior to this change, ApacheDSContainer created a LdifFileLoader without a ClassLoader. This limited its ability to load LDIF files and causes a problem with an executable war in Spring Boot. See [1] for details. ApacheDSContainer now initialises LdifFileLoader with a ClassLoader. This allows it to locate LDIF files packaged in WEB-INF/classes in the case of an executable war file. The executable jar case was not affected by this problem as, in that case, the LDIF file is pacakaged in the root of the jar and is accessible via getSystemResourceAsStream [1] https://github.com/spring-projects/spring-boot/issues/1550 |
||
---|---|---|
.. | ||
src | ||
ldap.gradle | ||
openldaptest.ldif | ||
pom.xml | ||
run_slapd.sh | ||
slapd.conf |