mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 23:32:14 +00:00
Added log msg for loading of ldif files.
This commit is contained in:
parent
a1abcc39d2
commit
ab23fe56ad
@ -159,6 +159,7 @@ class ApacheDSContainer implements InitializingBean, DisposableBean, Lifecycle,
|
|||||||
if(ldifs != null && ldifs.length > 0) {
|
if(ldifs != null && ldifs.length > 0) {
|
||||||
try {
|
try {
|
||||||
String ldifFile = ldifs[0].getFile().getAbsolutePath();
|
String ldifFile = ldifs[0].getFile().getAbsolutePath();
|
||||||
|
logger.info("Loading LDIF file: " + ldifFile);
|
||||||
LdifFileLoader loader = new LdifFileLoader(dirContext, ldifFile);
|
LdifFileLoader loader = new LdifFileLoader(dirContext, ldifFile);
|
||||||
loader.execute();
|
loader.execute();
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user