Skip to content

1.1.1

Latest

Choose a tag to compare

released this 11 Apr 17:31
· 1 commit to master since this release

This is the release of Metalnx-MSI 1.1.0.

Changes

  • Minor fixes on the code.

Requirements

  • Java 8+
  • Apache Maven2, check POM for dependencies

Notes

Be aware that by default, both iRODS and Metalnx will use CS_NEG_DONT_CARE as the negotiation policy. This implies the use of SSL for all operations.

If you do not want to use SSL at all, make sure the core.re file in iRODS is set to CS_NEG_REFUSE. Otherwise, Metalnx will fail to start.

In case SSL is required (for PAM authentication, for example), make sure the core.re file in iRODS is set to CS_NEG_DONT_CARE or CS_NEG_REQUIRE.