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

node-red-auth-contrib-ldap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-auth-contrib-ldap - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

ldap.js

@@ -8,2 +8,3 @@ var when = require("when");

config = _config;
return this;
},

@@ -10,0 +11,0 @@ type: "credentials",

2

package.json
{
"name": "node-red-auth-contrib-ldap",
"version": "0.0.1",
"version": "0.0.2",
"description": "LDAP authentication module for Node-RED",

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

@@ -9,12 +9,8 @@ # node-red-auth-contrib-ldap

```
var config = {
url: "ldap://<hostname>:389",
dn: "uid=%username%,ou=people,o=example,c=jp"
};
var ldap = require("node-red-auth-contrib-ldap");
ldap.init(config);
module.exports = {
...
adminAuth: ldap,
adminAuth: require("node-red-auth-contrib-ldap").init({
url: "ldap://<hostname>:389",
dn: "uid=%username%,ou=people,o=example,c=jp"
}),
...

@@ -21,0 +17,0 @@ }

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