Skip to content

Releases: irods-contrib/metalnx-irods-test-connection

1.1.1

11 Apr 17:31

Choose a tag to compare

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.

1.1.0

10 Mar 21:58

Choose a tag to compare

This is the release of Metalnx-MSI 1.1.0.

Changes

  • Support for PAM authentication in iRODS

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.

1.0

12 Dec 16:13

Choose a tag to compare

1.0

First version of Metalnx iRODS Test Connection.