adapter-ldap:2.11.4-2019.1.9 [01-14-2021] - Added filter escaping to resolve login issue when the user has a common name attribute that contains special characters.
adapter-ldap:2.11.4-2019.1.7 [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.1.9 Maintenance Release [2020-02-04]
Overview
1 Bug Fixes
1 Total Tickets
Bug Fixes
adapter-ldap:2.11.4-2019.1.6 [01-27-2020] - Added rejectUnauthorized, secureProtocol, and requestCert as additional options for OAuth.
2019.1.8 Maintenance Release [2019-12-03]
Overview
1 Bug Fixes
1 Security Fixes
2 Total Tickets
Bug Fixes
adapter-ldap:2.11.4-2019.1.4 [12-05-2019] - Changed the log level to debug when unbind errors occur.
Security Fixes
adapter-ldap:2.11.4-2019.1.5 [12-06-2019] - Changed the LDAP adapter to allow TLS connection to utilize the provided CA for OAuth authentication.
2019.1.4 Maintenance Release [2019-08-06]
Overview
1 Improvements
1 Total Tickets
Improvements
adapter-ldap:2.11.4-2019.1.3 [07-23-2019] - Migrated from itential-ci to argo.
2019.1.3 Maintenance Release [2019-07-02]
Overview
1 Bug Fixes
1 Total Tickets
Bug Fixes
adapter-ldap:2.11.4-2019.1.2 [06-09-2019] - Adjusted the adapter to allow the redirect_url to optionally be provided by the client to support load-balanced environments.
2019.1.2 Maintenance Release [2019-06-04]
Overview
1 New Features
1 Total Tickets
New Features
adapter-ldap:2.11.4-2019.1.1 [05-31-2019] - Added support for OpenID connect token.
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.
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.