Releases: vesse/node-ldapauth-fork
Releases · vesse/node-ldapauth-fork
v6.1.0
What's Changed
- Added option to handle search timeLimit configurable by @gugan-guidanz in #102
New Contributors
- @gugan-guidanz made their first contribution in #102
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- upgrade ldapjs to 3.0.4 by @BalzGuenat in #106
Breaking Changes
includeRawhas been removed due it being removed from ldapjs.
New Contributors
- @BalzGuenat made their first contribution in #106
Full Changelog: v5.0.5...v6.0.0
Ensure groupDnProperty is included in attributes
Push groupDnProperty to attributes if it does not exist (#99)
Sanitise group search input and filter
Sanitise group search input and filter (#97)
Update to ldpajs v2
v5.0.0 5.0.0: Update to ldapjs v2
Emit connectTimeout as error
Emit connectTimeout as error (#49)
TypeScript types, Bunyan logger, cleanup
Two new ldapjs options
idleTimeout and queueDisable options added
Inherit EventEmitter
LdapAuth now inherits EventEmitter and re-emits ldaps errors
Allow empty search base
Removed empty check from search base