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

Why the configuration of this library is different from the ones in Java? #238

Open victorsferreira opened 2 years ago

victorsferreira commented 2 years ago

There are other integrations in my company with AD written in Java. They used this guide:

https://docs.oracle.com/javase/jndi/tutorial/ldap/security/ldap.html

But the terminology and the parameters are completely different. Is that a matter of version? Is there a way we can create a unified documentation?