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

node-red-contrib-better-ldap

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-better-ldap

A better node for LDAP communication.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-better-ldap

Open Source Love

Better LDAP includes nodes which implement the ldapjs api. Some nodes have been simplified to help ease of use.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-better-ldap

Nodes

Update Node

Update node is used to update an attribute on an LDAP object by DN

update_node update node settings

Operation, DN, Attribute, and Value can be accessed via msg.operation, msg.dn, msg.attribute, msg.payload respectively.

Node does not return any data.

Configuration

Host, port, username, and password are required to configure a new LDAP client.

License

See license

Keywords

FAQs

Package last updated on 17 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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