ldapjs / node-ldapjs

LDAP Client and Server API for node.js
http://ldapjs.org
MIT License
1.61k stars 442 forks source link

server: prevent crash on blank DN bind #958

Closed pulsejet closed 10 months ago

pulsejet commented 10 months ago

req.dn used to be parsed, now it's a string. This causes the server to crash because the assertion error cannot be trapped

pulsejet commented 10 months ago

Done

pulsejet commented 10 months ago

Moved to a separate test