Friday 13 November 2015

Nodejs module that enables you to modify Active Directory groups?

In my nodejs app I would like to be able to modify a user's group membership in Active Directory. For example, "Add Bob to the Athletes group, or "Remove Jane from the employees group". I don't even necessarily need to authenticate my users against AD - I just need to run queries against a Windows Active Directory. Any modules that can do this? I've heard of ldap.js, but I can't tell whether it can do this. Thanks.

Submitted November 12, 2015 at 09:40PM by mikej1224

No comments:

Post a Comment