Skip to content

Releases: ContainX/marathon-ldap

v1.3.1

10 Mar 07:12
Compare
Choose a tag to compare

Maintenance Release

  • resolves issue when userSubTree is omitted from the config file PR #15 - @kylerisse
  • Allow binding as user PR #11 - @mcriss

This release is only compatible with Marathon 1.3+

v1.3

09 Oct 17:14
Compare
Choose a tag to compare

Support for Marathon 1.3+

This issue addresses changes in the Marathon 1.3+ plugin spec. You must use this JAR is using Marathon 1.3. Prior to 1.3 you should be using v1.1 of Marathon LDAP.

  • Fixes initial issue with Issue #6

v1.1

31 Jul 09:23
Compare
Choose a tag to compare

Enhancements

  • Add option to separate user search and user authentication
  • Updated sample plugin-conf.json file and README to annotate the options.
  • General enhancement in the flexibility of the LDAP configuration so that users with different servers and, more importantly, different schemas can use this plugin. LDAP schemas that use posixGroup semantics for group membership should now work, and variances in the way users and groups are organised in the directory are also accommodated. Additionally, this change moves from java.util.logging to org.slf4j as recommended in the docs (https://mesosphere.github.io/marathon/docs/plugin.html) for colocating plugin logs with the main Marathon server logs.

Special Thanks

Special thanks for the contributions from:

v1.0

19 Apr 16:57
Compare
Choose a tag to compare

Marathon LDAP/AD Plugin