@ -75,8 +75,10 @@ public class LdapAccountInitLoad implements ApplicationRunner{
} catch (NamingException e) {
logger.error("Failed to connect to the LDAP server.");
} finally{
if (null != ctx){
ctx.close();
}