Changelogs

On this page:

adapter-ldap

adapter-ldap Change Logs

2018.3.17 Maintenance Release [2019-12-03]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

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

2018.3.16 Maintenance Release [2019-11-05]

Overview

  • 0 Total Tickets

2018.3.15 Maintenance Release [2019-10-01]

Overview

  • 0 Total Tickets

2018.3.14 Maintenance Release [2019-09-03]

Overview

  • 0 Total Tickets

2018.3.13 Maintenance Release [2019-08-06]

Overview

  • 1 Improvements
  • 1 Total Tickets

Improvements

  • adapter-ldap:2.11.2-2018.3.3 [07-23-2019] - Migrated from itential-ci to argo.

2018.3.12 Maintenance Release [2019-07-02]

Overview

  • 0 Total Tickets

2018.3.11 Maintenance Release [2019-06-04]

Overview

  • 0 Total Tickets

2018.3.10 Maintenance Release [2019-05-09]

Overview

  • 0 Total Tickets

2018.3.9 Maintenance Release [2019-04-01]

Overview

  • 0 Total Tickets

2018.3.8 Maintenance Release [2019-03-04]

Overview

  • 0 Total Tickets

2018.3.7 Maintenance Release [2019-02-11]

Overview

  • 0 Total Tickets

2018.3.6 Maintenance Release [2019-01-25]

Overview

  • 0 Total Tickets

2018.3.5 Maintenance Release [2019-01-11]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • adapter-ldap:2.11.2-2018.3.2 [01-07-2019] - Added logic to prevent the adapter from crashing when LDAP is not available.
    Added intermittent connect/healthcheck using the healthCheckInterval property to set reasonable intervals and avoid unwanted traffic.

2018.3.4 Maintenance Release [2019-01-04]

Overview

  • 0 Total Tickets

2018.3.3 Maintenance Release [2018-12-21]

Overview

  • 0 Total Tickets

2018.3.2 Maintenance Release [2018-12-14]

Overview

  • 0 Total Tickets

2018.3.1 Maintenance Release [2018-12-07]

Overview

  • 0 Total Tickets

2018.3 Feature Release [2018-12-05]

Overview

  • 2 Improvements
  • 3 Bug Fixes
  • 5 Total Tickets

Improvements

  • adapter-ldap:2.11.2-2018-2018.3.1 [11-28-2018] - Fixed changelog errors.
  • adapter-ldap:2.11.0 [10-23-2018] - Add new properties "baseGroupDN" and "baseUserDN" to provide more specific locations for user and group searching. If neither of the new properties are provided, the baseDN will still be used.

Bug Fixes

  • adapter-ldap:2.11.1 [11-05-2018] - The adapter now returns an error when the group search fails due to an issue, as opposed to returning the user object with no groups. The user with no groups will still return if the user legitimately is not a part of any custom groups.
  • adapter-ldap:2.11.1 [11-05-2018] - The adapter now returns the user the same as it is in the ldap system, as opposed to the way it was submitted. All logins by the same user will now always return the same information regardless of what username is typed in the platform, unless ldap is case sensitive.
  • adapter-ldap:2.11.1 [11-05-2018] - Concurrent users can now log into the Itential Platform. Implemented search efficiencies. Case sensitive vs. case insensitive usernames was addressed. Return error when the search calls for getting user groups fails.