Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ldap-authentication

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-authentication - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

11

index.js

@@ -92,3 +92,8 @@ const assert = require('assert')

res.on('searchReference', function (referral) {
console.log('referral: ' + referral.uris.join())
// TODO: we don't support reference yet
// If the server was able to locate the entry referred to by the baseObject
// but could not search one or more non-local entries,
// the server may return one or more SearchResultReference messages,
// each containing a reference to another set of servers for continuing the operation.
// referral.uris
})

@@ -137,5 +142,3 @@ res.on('error', function (err) {

})
res.on('searchReference', function (referral) {
console.log('referral: ' + referral.uris.join())
})
res.on('searchReference', function (referral) {})
res.on('error', function (err) {

@@ -142,0 +145,0 @@ reject(err)

{
"name": "ldap-authentication",
"version": "2.3.0",
"version": "2.3.1",
"description": "A simple async nodejs library for LDAP user authentication",

@@ -5,0 +5,0 @@ "main": "index.js",

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