Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

ldapseach operational attributes #449

Closed
projadmin opened this issue Sep 1, 2017 · 5 comments
Closed

ldapseach operational attributes #449

projadmin opened this issue Sep 1, 2017 · 5 comments

Comments

@projadmin
Copy link

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.

@Snowmanko
Copy link

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

@Machecek
Copy link

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

@sarahsporck
Copy link

maybe this could be added to the docs?

@jsumners
Copy link
Member

A PR to improve the documentation would be welcome.

@jsumners
Copy link
Member

👋

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.

@ldapjs ldapjs locked as resolved and limited conversation to collaborators Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants