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

1
6

2.5.1

Diff

Changelog

Source

2.5.1

  • [pull request #33] Check user provided password is not falsy (fixes #32)
vesse
published 2.5.0 •

Changelog

Source

2.5.0

  • Falsy values in bind credentials now passed on to ldapjs (fixes #27)
vesse
published 2.4.0 •

Changelog

Source

2.4.0

  • Update ldapjs to 1.0.0 (fixes #25)
vesse
published 2.3.3 •

Changelog

Source

2.3.3

  • [issue #20] Sanitize user input
vesse
published 2.3.2 •

Changelog

Source

2.3.2

  • [issue #19] Added messages to options asserts
vesse
published 2.3.1 •

Changelog

Source

2.3.1

  • [issue #14] Use bcryptjs instead of the C++ version.
vesse
published 2.3.0 •

Changelog

Source

2.3.0

  • [passport-ldapauth issue #10] Added support for fetching user groups. If groupSearchBase and groupSearchFilter are defined, a group search is conducted after the user has succesfully authenticated. The found groups are stored to user._groups:
new LdapAuth({
  url: 'ldaps://ldap.example.com:636',
  adminDn: 'cn=LdapAdmin,dc=local',
  adminPassword: 'LdapAdminPassword',
  searchBase: 'dc=users,dc=local',
  searchFilter: '(&(objectClass=person)(sAMAccountName={{username}}))',
  searchAttributes: ['dn', 'cn', 'givenName', 'name', 'memberOf', 'sAMAccountName'],
  groupSearchBase: 'dc=groups,dc=local',
  groupSearchFilter: '(member={{dn}})',
  groupSearchAttributes: ['dn', 'cn', 'sAMAccountName'],
});
vesse
published 2.2.19 •

Changelog

Source

2.2.19

  • [issue #9] Configurable bind parameter. Thanks to @oanuna
vesse
published 2.2.18 •

Changelog

Source

2.2.18

  • [issue #8] Fix options to actually work as documented
vesse
published 2.2.17 •

Changelog

Source

2.2.17

  • Added bindCredentials option. Now defaulting to same names as ldapjs.
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