ropnop / go-windapsearch

Utility to enumerate users, groups and computers from a Windows domain through LDAP queries
BSD 3-Clause "New" or "Revised" License
348 stars 46 forks source link

Error with anonymous bind #4

Closed CarterMcKelvain closed 4 years ago

CarterMcKelvain commented 4 years ago

Hi there, I'm seeing an issue with how the latest release handles anonymous binds. Below is a screenshot from the latest release as well as the older release. Both are against the same system.

I think that commit https://github.com/ropnop/go-windapsearch/commit/d58f29e1a362838ca51b8bd4be9c71e3f22e3df8 is causing this, but I'm not positive. That, or I'm not doing something correctly, ha!

pic

ropnop commented 4 years ago

Yikes yep I totally broke it. Should be an easy fix - are you able to download the branch in #5 and build locally to try it out?

CarterMcKelvain commented 4 years ago

Yep! Just did and it works as expected now, thanks! 👍 pic1