Hacker News new | ask | show | jobs
by robinj6 3245 days ago
You would download and run this on a Node server. It then uses LDAP to talk to Active Directory, and exposes a Javascript library to make that talk simple.
1 comments

I don't think the server part is necessary. Regardless of where you run it, it relies on ldapjs to talk LDAP to Active Directory.
LDAPJS is neat. You can actually run an LDAP server in NODE. I haven't played with it too much, but that's one of those things I just didn't think I would see.