Socket
Socket
Sign inDemoInstall

ldap-verifyuser

Package Overview
Dependencies
15
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

.npmignore

2

lib/verifyUser.js

@@ -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>",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc