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.
LDAPError [InvalidCredentialsError]: Invalid Credentials
at messageCallback (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:1267:45)
at Parser.onMessage (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:925:14)
at Parser.emit (node:events:527:28)
at Parser.write (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/messages/parser.js:135:8)
at Socket.onData (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:875:22)
at Socket.emit (node:events:527: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)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
lde_message: 'Invalid Credentials',
lde_dn: null
}
How can I obtain information indicating "Password Expired"?
The text was updated successfully, but these errors were encountered:
Due to the 3.0.6 update, I conducted a password policy test, and I referred to the code at the following URL:
issue-946.test.js
Response Control (for Password Policy)
For expired password accounts, only an "Invalid Credentials" message is displayed, and the cause is not indicated.
Result when executed as a command:
Result from ldapjs:
LDAPError [InvalidCredentialsError]: Invalid Credentials at messageCallback (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:1267:45) at Parser.onMessage (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:925:14) at Parser.emit (node:events:527:28) at Parser.write (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/messages/parser.js:135:8) at Socket.onData (/home/kim.js/myTest/ldap/node_modules/ldapjs/lib/client/client.js:875:22) at Socket.emit (node:events:527: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) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) { lde_message: 'Invalid Credentials', lde_dn: null }
How can I obtain information indicating "Password Expired"?
The text was updated successfully, but these errors were encountered: