BloodHoundAD / SharpHoundCommon

Common library used by SharpHound.
GNU General Public License v3.0
73 stars 47 forks source link

Fix authentication with DirectoryEntry #89

Closed nurfed1 closed 6 months ago

nurfed1 commented 7 months ago

Had a case where sharphound would return invalid username and password. To fix the issue I had to provide ldap credentials to DirectoryEntry similar as in the GetDomain function

github-actions[bot] commented 7 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

nurfed1 commented 7 months ago

I have read the CLA Document and I hereby sign the CLA

rvazarkar commented 6 months ago

Thanks for the MR, merging this in!