markrey / node-red-contrib-ldap-auth

A Node-RED authentication plugin that uses LDAP as the backend user store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-red-contrib-ldap-auth

This is a Node-RED authentication plugin that uses LDAP as the backend user store.

It can be installed with:

npm install -g node-red-contrib-ldap-auth

And then to enable it add the following to your settings.js file:

adminAuth: require('node-red-contrib-ldap-auth').setup({
	uri:'ldap://url.to.server', 
	base: 'ou=group,o=company.com', 
	filterTemplate: 'mail={{username}}'
}),

About

A Node-RED authentication plugin that uses LDAP as the backend user store.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%