node-ldapjs
node-ldapjs copied to clipboard
ldapseach operational attributes
Hi, How to search operational attributes like : createtimestamp, modifytimestamp, pwdchangedtime using ldapjs npm. Usually we use '+' to search these attributes, but somehow its not working at my end. Thanks in advanced.
I am also interested. Did you discovered how to fetch operational attributes ?
Hi guys, i have just bumped into this issue
@projadmin @Snowmanko you can do it this way: opts = { scope: 'sub', attributes: ['*','+'] };
See the "+" sign in attributes option
maybe this could be added to the docs?
A PR to improve the documentation would be welcome.
👋
On February 22, 2023, we released version 3 of this library. As a result, we are closing this issue/pull request.
Please see issue #839 for more information, including how to proceed if you feel this closure is in error.