gheeres / node-activedirectory

ActiveDirectory is an Node.js ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.
MIT License
534 stars 146 forks source link

any methods to modify users? #135

Closed eddiewang closed 8 years ago

eddiewang commented 8 years ago

Hi there,

Are there any methods in this api to edit users in an ActiveDirectory?

gheeres commented 8 years ago

No. The underlying ldapjs library does provide the necessary functionality via standard LDAP calls. Pull requests are welcomed.