109110111112113114115116117
logger.debug ("Logging into LDAP server, env=" + env); } try { ctx = new InitialLdapContext(env, null); } catch (NamingException e) { throw new FactoryConfigurationError ("Cannot create LDAP connection: " + e.getMessage (), e); } }