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

Kabooom if password has ! or @ #243

Closed ghost closed 2 years ago

ghost commented 2 years ago

Why does the client crashes totally if the password in ad.authenticate ?

It just says "Error Unescaped Character: (" and crashes even with try catch arount the function :)

What do i need to do if i want to fix it :)

ghost commented 2 years ago

Found this Merge Request i will try this

227