You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point u.dn is undefined.
In my case this resulted in only one user from a nested group was returned.
I'm thinking one solution could be to make sure the dn attribute is in
included in the search and then later strip it out of the object added
to the users map to not cause any issues with existing code?
The text was updated successfully, but these errors were encountered:
The problem seems to be here: line 70 -
getUsersForGroup.js
At this point
u.dn
is undefined.In my case this resulted in only one user from a nested group was returned.
I'm thinking one solution could be to make sure the dn attribute is in
included in the search and then later strip it out of the object added
to the users map to not cause any issues with existing code?
The text was updated successfully, but these errors were encountered: