New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldapauth-fork

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapauth-fork - npm Package Versions

23
6

6.1.0

Diff

vesse
published 6.0.0 •

Changelog

Source

6.0.0

  • ldapjs library upgraded to version 3
  • includeRaw has been removed from clientOptions. Append ;binary to the searchAttributes option if you need the binary data, for example with objectGUID:
new LdapAuth({
  searchAttributes: ['dn', 'cn', 'givenName', 'name', 'memberOf', 'sAMAccountName', 'objectGUID;binary'],
});

The resulting user object will then have a property objectGUID;binary with the base64 encoded value of the objectGUID LDAP attribute.

This change was made as a consequence of changes in the underlying ldapjs library, see https://github.com/ldapjs/node-ldapjs/releases/tag/v3.0.0 section Known Breaking Changes.

vesse
published 5.0.5 •

vesse
published 5.0.4 •

vesse
published 5.0.3 •

Changelog

Source

5.0.3

  • [pull request #99] Ensure groupDnProperty is included in attributes
vesse
published 5.0.2 •

Changelog

Source

5.0.2

  • [pull request #97] Sanitize group search filters
vesse
published 5.0.1 •

vesse
published 5.0.0 •

Changelog

Source

5.0.0

  • Update ldapjs to version 2
vesse
published 5.0.0-rc.6 •

vesse
published 4.3.3 •

Changelog

Source

4.3.3

  • [pull request #86] Fix typedef of tlsOptions
23
6
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc