node-red-contrib-better-ldap
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
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