Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Returning objectSid for groups? #175

Open
alberto360 opened this issue Jul 28, 2017 · 1 comment
Open

Not Returning objectSid for groups? #175

alberto360 opened this issue Jul 28, 2017 · 1 comment

Comments

@alberto360
Copy link

pulling for groups and I can't seem to get the following attributes:

  • objectGUID
  • objectSid

here is the snippet

    var ad = new ActiveDirectory(domainConfig);
    var query = 'CN=*';
    ad.findGroups(query, function (err, result) {
        if (err) {
            console.log(err);
            log.error("No Groups found.");
        }
        log.info(result);
    });

am I missing something?
by default the all attributes are returning, correct?

attributes - attributes to select and return (if these are set, the server will return only these attributes). Defaults to the empty set, which means all attributes.

@vishysank
Copy link

+1 for this question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants