node-activedirectory
node-activedirectory copied to clipboard
ActiveDirectory is an Node.js ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.
I'm calling the library using code similar to: const config = { query: `CN=*`, includeMembership: ['user'], includeDeleted: false }; this.ad.find(config, (err, results) => { let compiled = []; if (membership.indexOf('user')...
Team, recompile my PCF code from 22/2/2023 and I got the error below. Nothing was changed in my code, except redeploy and package update. Also I see ldapjs was updated...
While Fetching the ldap url to get the list of users by group name, i am getting above error const ActiveDirectory = require('activedirectory'); const bluebird = require('bluebird'); const fs =...
I am using the getMembershipForUser function and trying to get a list of all the Groups that a member is in. This function has worked for every user so far...
When I'm calling findUser() or getGroupMembershipForUser, the callback params(err, user, groups) are always undefined. I am able to authenticae a single user. I am passing the username as 'domaniname\username'. I...
Based on my testing, in case the CN section of the user distinguishedName attribute value contains (a) more than one comma character , (b) a plus sign character + (c)...
fix bug typo when process parse deleted items
This PR is to allow to disable nested groups extraction: [see commit](https://github.com/gheeres/node-activedirectory/pull/245/commits/afbf81482b23877d20047b187568fd9a4f3a4280) It's also fixes a typo when wrong default attributes for groups passed: [see commit](https://github.com/gheeres/node-activedirectory/commit/fad7593163a0f229cd59ba5f1b135a5c045caa73)
I set up an univention ldap server and try to connect to it with my nodejs server. For that I first tried the ldap-authentication [ldap-authentication](https://www.npmjs.com/package/ldap-authentication) package which works fine with...
Hello, Thanks In advance. I am having this issue. There is no elaborative response. Here is the response: ERROR: {"errno":-3008,"code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"test.com"} Can anyone please help me??