Releases: irods-contrib/metalnx-irods-test-connection
1.1.1
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
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.