dn = DN.decode(bindOperation.getRawBindDN());
} catch (DirectoryException ex) {
return PluginResult.PreParse.stopProcessing(ResultCode.OPERATIONS_ERROR,
ex.getMessageObject());
}
AuthenticationType authType = bindOperation.getAuthenticationType();
NetworkGroup ng = NetworkGroup.findBindMatchingNetworkGroup(connection,
dn, authType, connection.isSecure());
if (ng != connection.getNetworkGroup()) {