endemecio02 / node-red-contrib-httpauth

Node-RED node for HTTP Basic/Digest Auth
GNU General Public License v2.0
8 stars 12 forks source link

LDAP or ADS ? #1

Open natcl opened 8 years ago

natcl commented 8 years ago

First, thanks a lot for this module, it's extremely useful when building websites with node-red ! This is not an issue per se but I was wondering if eventually this node could authenticate against either ldap or ads ?

endemecio02 commented 8 years ago

Hello natcl. Sorry for the really late reply. This is my first node-red module and first time using GitHub. I am working on splitting up the functionality into two modules, one only for digest only and one for basic. I will be using Appache password file formats. I have looked into connecting it to ldap but i'm not that knowledgeable with ldap integration.

natcl commented 8 years ago

Thanks for your answer ! Perhaps I can send a pull request sometime if I find the time to implement it !