Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 58bd49c

Browse files
committed
Update documentation.
1 parent d9515da commit 58bd49c

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
node-red-contrib-better-ldap
1+
# node-red-contrib-better-ldap
2+
3+
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
4+
5+
Better LDAP includes nodes which implement the [ldapjs][ldapjs] api. Some nodes
6+
have been simplified to help ease of use.
7+
8+
Install
9+
-------
10+
11+
Run the following command in the root directory of your Node-RED install
12+
13+
npm install node-red-contrib-better-ldap
14+
15+
Nodes
16+
-------
17+
***Update Node***
18+
19+
Update node is used to update an attribute on an LDAP object by DN
20+
21+
![update_node](./images/update_node.png)
22+
![update node settings](./images/update_node_settings.png)
23+
24+
Operation, DN, Attribute, and Value can be accessed via
25+
`msg.operation`, `msg.dn`, `msg.attribute`, `msg.payload`
26+
respectively.
27+
28+
Node does not return any data.
29+
30+
Configuration
31+
-------
32+
33+
Host, port, username, and password are required to configure a new LDAP client.
34+
35+
License
36+
-------
37+
38+
See [license](https://github.com/rocky3598/node-red-contrib-better-ldap/blob/master/LICENSE)
39+
40+
[ldapjs]: https://github.com/joyent/node-ldapjs

images/update_node.png

3.35 KB
Loading

images/update_node_settings.png

36.3 KB
Loading

0 commit comments

Comments
 (0)