Skip to content

Releases: vesse/node-ldapauth-fork

v6.1.0

06 Jun 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

06 Jun 13:09
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • includeRaw has been removed due it being removed from ldapjs.

New Contributors

Full Changelog: v5.0.5...v6.0.0

Ensure groupDnProperty is included in attributes

22 Jun 18:57
Compare
Choose a tag to compare

Push groupDnProperty to attributes if it does not exist (#99)

Sanitise group search input and filter

24 Dec 08:44
Compare
Choose a tag to compare

Sanitise group search input and filter (#97)

Update to ldpajs v2

24 Dec 08:43
Compare
Choose a tag to compare
v5.0.0

5.0.0: Update to ldapjs v2

Emit connectTimeout as error

02 Aug 03:22
Compare
Choose a tag to compare

Emit connectTimeout as error (#49)

TypeScript types, Bunyan logger, cleanup

25 May 19:28
Compare
Choose a tag to compare
  • Added TypeScript type definitions
  • Changed tracing module to Bunyan. ldapjs uses Bunyan too, and the logger is passed forward to it
  • Pass all (known) ldapjs parameters to it
  • Overall cleanup including ESLint and removing unused files

Two new ldapjs options

17 Mar 16:02
Compare
Choose a tag to compare

idleTimeout and queueDisable options added

Inherit EventEmitter

17 Mar 16:01
Compare
Choose a tag to compare

LdapAuth now inherits EventEmitter and re-emits ldaps errors

Allow empty search base

02 Jan 15:08
Compare
Choose a tag to compare

Removed empty check from search base