jeremycx / node-LDAP

LDAP binding for node.js
MIT License
221 stars 43 forks source link

Add SASL bind support. #94

Closed bmocm closed 7 years ago

bmocm commented 7 years ago

Only tested with PLAIN and GSSAPI support on Linux. Requires Cyrus SASL installed at /usr/include/sasl/sasl.h.

GSSAPI support tested with AD and LDS. PLAIN tested with OpenLDAP.