node-ldapjs icon indicating copy to clipboard operation
node-ldapjs copied to clipboard

ldapseach operational attributes

Open projadmin opened this issue 7 years ago • 4 comments

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.

projadmin avatar Sep 01 '17 13:09 projadmin

I am also interested. Did you discovered how to fetch operational attributes ?

Snowmanko avatar Sep 27 '17 12:09 Snowmanko

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

Machecek avatar Sep 27 '17 12:09 Machecek

maybe this could be added to the docs?

sarahsporck avatar Jun 12 '18 08:06 sarahsporck

A PR to improve the documentation would be welcome.

jsumners avatar Aug 26 '19 17:08 jsumners

👋

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.

jsumners avatar Feb 22 '23 19:02 jsumners