ldap-authentication
Advanced tools
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38368
941