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

Don't let go-ldap take care of TLS session #9

Closed edermi closed 4 years ago

edermi commented 4 years ago

I have no clue why gofmt decided to reorder the imports, sorry about that.

ropnop commented 4 years ago

Thank you so much! TBH ldaps has been a pain for me to test and get right. I don't have a DC set up with TLS enforcement I can use, so I can't do much testing either. But it works for me and I don't see how this could break anything that wasn't already broken so I say we merge it 👍

I'm gonna dive into your other PR right now as well!