Changelogs

On this page:

adapter-ldap

adapter-ldap Change Logs

2019.2.22 Maintenance Release [2021-05-04]

Overview

  • 1 Bug Fixes
  • 1 Chores
  • 2 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.9 [03-30-2021] - Improved handling of LDAP connectivity errors.

Chores

  • adapter-ldap:2.12.2-2019.2.10 [04-05-2021] - Moved project to master pipeline.

2019.2.19 Maintenance Release [2021-02-02]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.8 [01-14-2021] - Added filter escaping to resolve login issue when the user has a common name attribute that contains special characters.

2019.2.18 Maintenance Release [2021-01-05]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • adapter-ldap:2.12.2-2019.2.7 [12-11-2020] - Updated itential-utils dependency.

2019.2.17 Maintenance Release [2020-12-01]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.6 [11-20-2020] - Modified pronghorn core to auto-populate the adapter configuration properties with default attributes and values when not provided by the user.

2019.2.16 Maintenance Release [2020-11-03]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.5 [10-14-2020] - Updated LDAPjs library version to correct an error when unbinding.

2019.2.7 Maintenance Release [2020-02-04]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.4 [01-27-2020] - Added rejectUnauthorized, secureProtocol, and requestCert as additional options for OAuth.

2019.2.4 Maintenance Release [2019-12-03]

Overview

  • 1 Bug Fixes
  • 1 Security Fixes
  • 2 Total Tickets

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.2 [12-05-2019] - Changed the log level to debug when unbind errors occur.

Security Fixes

  • adapter-ldap:2.12.2-2019.2.3 [12-06-2019] - Changed the LDAP adapter to allow TLS connection to utilize the provided CA for OAuth authentication.

2019.2.0 Feature Release [2019-08-20]

Overview

  • 1 New Features
  • 2 Improvements
  • 2 Bug Fixes
  • 5 Total Tickets

New Features

  • adapter-ldap:2.12.0 [05-31-2019] - Added support for OpenID connect token.

Improvements

  • adapter-ldap:2.12.2-2019.2.0 [08-12-2019] - Completed checklist items for release branch.
  • adapter-ldap:2.12.2 [07-23-2019] - Migrated from itential-ci to argo.

Bug Fixes

  • adapter-ldap:2.12.2-2019.2.1 [08-13-2019] - Allowed passing of redirect_uri parameter to the OAuth flow.
  • adapter-ldap:2.12.1 [07-22-2019] - Ensure that groups are populated correctly for each user on login.

2019.1.0 Feature Release [2019-04-02]

Overview

  • 1 New Features
  • 1 Improvements
  • 1 Bug Fixes
  • 3 Total Tickets

New Features

  • adapter-ldap:2.11.4 [01-09-2019] - Implement prerelease pipeline on major releases.

Improvements

  • adapter-ldap:2.11.4-2019.1.0 [03-29-2019] - Pinned versions for release.

Bug Fixes

  • adapter-ldap:2.11.3 [01-02-2019] - Added logic to prevent the adapter from crashing when LDAP is not available. Add intermittent connect/healthcheck - this could cause unwanted traffic so recommendation is to use the healthCheckInterval property to set a reasonable interval.