// protocol to be used.
LDAPConnectionConsoleInteraction ci =
new LDAPConnectionConsoleInteraction(
this, argParser.getSecureArgsList());
try {
ci.run(true, false);
bindDn = ci.getBindDN();
bindPwd = ci.getBindPassword();
LDAPManagementContextFactory factory =
new LDAPManagementContextFactory(alwaysSSL);