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
I'm trying to load images out of active directory. I'm comparing the images that come from other apps, which work. Seems that certain bytes are not matching up.
Binary output (image works, outlook):
I had so many issues with this library that I ended up creating a .net microservice for auth and it works great. The authentication would sometimes hang with no explanation. Not worth to investigate. As a stopgap I spawned a PS shell in a catch handler, worked great, but that was a bit slow(1-2 sec). Users didn't mind but I did. Even with good escaping I still wasn't comfortable with that solution.
The only thing that seemed to work well were the group lookup operations. This library is kind of tumbleweed at this point, may have worked well at one time.
I'm trying to load images out of active directory. I'm comparing the images that come from other apps, which work. Seems that certain bytes are not matching up.
Binary output (image works, outlook):
Octet Stream from the AD browser:
255 216 255 224 0 16 74 70 73 70 0 1 1 1 0 96 0 96 0 0 255 219 0 67
Raw Binary output from this ActiveDirectory package: (just raw data pushed to the web and saved to a file)
ad.findUser({ attributes: ['thumbnailPhoto', 'givenName', 'sn'] }, username, function (err, user) {...
The text was updated successfully, but these errors were encountered: