Release Notes

2.0.1

Changes to support Python 3. Now works on Python 2.7 and Python 3. Note: support for Python 2.6 is now dropped.

2.0.0

This is now a Restful authenticator and is updated to use a setup.properties and a run.properties file.

1.2.0

Implement the Authenticator interface 4.5.0 with the getDescription() call and support multiple containers.

1.1.0

Re-packaging as a simple .war file to support the normal "setup" script. The mnemonic in authn_simple.properties.example is now "simple". It can now also be installed with an empty list of users.

1.0.1

Re-packaging as a simple .war file to support the normal "setup" script. The mnemonic in authn_simple.properties.example is now "simple". It can now also be installed with an empty list of users.

1.0.0

Initial release with support for storing the passwords as cryptographic hashes in the property file. This depends on Apache Commons Codec.