vesse / passport-ldapauth

LDAP authentication strategy for Passport
MIT License
312 stars 100 forks source link

Support for SASL GSS-API binding? #78

Closed bsarkadi closed 6 years ago

bsarkadi commented 6 years ago

Hi there,

I'd need to use SASL with GSS-API (Kerberos 5) for binding with the LDAP server. Can I do this using passport-ldapauth?

vesse commented 6 years ago

Hi,

I don’t know but suspect that it is not possible as there is an open issue about that in the project on top of which this one is implemented: https://github.com/joyent/node-ldapjs/issues/85