Skip to content

Releases: polarityio/ldap

3.4.1-beta

19 Mar 03:01
Compare
Choose a tag to compare
  • Adds option to disable connection pooling

Disable Connection Pooling Option

Admin Only Setting | Changes Require Integration Restart

If checked, the integration will not use connection pooling. When connection pooling is disabled, each search request to the LDAP server will bind and unbind a new connection. If you disable connection pooling, this integration should be set to On-Demand Only. This option must be set to "Only admins can view and edit". This setting must be configured as an admin-only setting.

If you are encountering ECONNRESET or ECONNREFUSED errors after a short period of time (e.g., 15 minutes), please try disabling connection pooling (checking this option)

SHA256: 707df152dd91e4bf2761c47a87f2420696fdeb10ea60553d773c05044f1ba7b2

3.3.5-beta

17 Mar 02:51
Compare
Choose a tag to compare
  • Fix escaping of filter values to ensure compliance with RFC 2254

SHA256: 1b0f68d5d4c35210d8ac0621d76cd050474d29a502703231de5bf18a8175c6a2

3.3.3-beta

02 Feb 19:04
Compare
Choose a tag to compare
  • Updated ldapts library
  • Moved to client.isConnected to test connectivity of client
  • Added additional logging

SHA256: b2f169280a41bf4b273c8111886b634b876ec075e991bba69c0b016241109ac2

3.3.2-beta

06 Jan 17:55
Compare
Choose a tag to compare
  • Support displaying multi-value attributes

3.3.0-beta

12 Jul 04:13
Compare
Choose a tag to compare
  • Add Advanced Search Filter config option.

The Advanced Search Filter allows you to specify your own search filter to be used in place of the User Search Attribute option. The most basic search filter would be:

(mail={{entity}})

which will simply search the mail attribute to see if it matches the given entity (here the special string {{entity}} will be replaced by the actual entity value being looked up. A more advanced search might search 2 or more attributes and can be accomplished using the or operator like this:

(|(mail={{entity}}(userPrincipalName={{entity}}))

SHA256: b0e0e4e61a1f8e03ca3b0e6be207f1ad097e798517066315c542107d39cd5799

3.2.1-beta

02 Jul 23:47
Compare
Choose a tag to compare
  • fix: admin-only options not accessible in component

SHA256: 79a6433552d0207658aa5d19dc7ddb13a576ba5a7bf3f75c8d2be0283e50e463

3.2.0-beta

25 Jun 18:11
Compare
Choose a tag to compare
  • Improved formatting of display names

SHA256: 171c3abbf6c85f5da414e1eff2e6898f203af37d748d2a6377e6c8162947d852

3.1.0-beta

25 Jun 17:58
Compare
Choose a tag to compare
  • Add field names to summary block
  • Updated README with additional troubleshooting help

SHA256: c5a394dfcdb4e9eedd357b2eecd39b1831f3dee0038c9121c69c673f1658ffb1

3.0.0-beta

17 Jun 15:26
Compare
Choose a tag to compare

Initial beta release of the new LDAP integration

This integration replaces the previous Active Directory integration. It makes use of a new underlying LDAP library and implements connection pooling for improved performance.

This integration is under active development and we appreciate feedback and bug reports to help us improve it.

SHA256: c4437f48073e342ba9b40d0ff808692432ed5ec06c950e7ea9ea19c304ff57a1