6 ms·
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.
by robinj6 9y 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.
- deleted 9y ago[deleted]
- delinka 9y agoI don't think the server part is necessary. Regardless of where you run it, it relies on ldapjs to talk LDAP to Active Directory.
- youdontknowtho 9y agoLDAPJS 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.