You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
We are getting this exception from ldapJS when the LDAP filter string length exceeds the configured filter string size limit at LDAP end.
Observation - Unhandled exception from ldapJS (mentioned below)
Expectation - The error should be caught gracefully under res.on('error', (err) => {...})
Unhandled exception -
/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/errors/index.js:98
const E = module.exports[errObj.err]
^
TypeError: Cannot read properties of undefined (reading 'err')
at Object.module.exports.getError (/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/errors/index.js:98:35)
at messageCallback (/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/client/client.js:1220:45)
at Parser.onMessage (/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/client/client.js:888:14)
at Parser.emit (node:events:520:28)
at Parser.write (/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/messages/parser.js:107:8)
at Socket.onData (/Users/ujjwalchakraborty/Desktop/node_modules/ldapjs/lib/client/client.js:875:22)
at Socket.emit (node:events:520:28)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:289:9)
at Socket.Readable.push (node:internal/streams/readable:228:10)
Appreciate any advise on this .
The text was updated successfully, but these errors were encountered:
We are getting this exception from ldapJS when the LDAP filter string length exceeds the configured filter string size limit at LDAP end.
Observation - Unhandled exception from ldapJS (mentioned below)
Expectation - The error should be caught gracefully under
res.on('error', (err) => {...})
Unhandled exception -
Appreciate any advise on this .
The text was updated successfully, but these errors were encountered: