{
bindConnection.connect( 3, directoryHost, directoryPort, "", "" );
}
catch ( Exception e )
{
throw new UnableToRunException( "Unable to establish the connections " + "to the directory server: " + e,
e );
}
// Initialize the constraints.
bindConstraints = bindConnection.getConstraints();