ldap-verifyuser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
var client = require("ldapjs").createClient({url: config.server}); | ||
var client = require("ldapjs").createClient({url: config.server, tlsOptions: config.tlsOptions || {}}); | ||
@@ -18,0 +18,0 @@ client.bind(config.adrdn + username, password, function(err) { |
{ | ||
"name": "ldap-verifyuser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ldap-verifyuser is a node.js library based on ldapjs, that authenticates a user against a LDAP or AD without requiring an configured administrator account.", | ||
@@ -5,0 +5,0 @@ "author": "Hendrik 'Xendo' Meyer <mail@xendo.red>", |
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
5582
7
51