Tags: liemei/ldap
Tags
Merge pull request go-ldap#286 from ZDuygu/master Fixed Samba Move Object
Merge pull request go-ldap#280 from DukeGatto/master Fix ppolicy control response decoding - thanks for contributing!
Extend ldap.Error to include reference to response (go-ldap#272) * Extend ldap.Error to include reference to response Address go-ldap#271 * Just return the result It's even more inelegant to try to wrap the limit errors and re-parse the packet for the result. We'll keep the most recent packet in the `Error` as a useful addition, but we'll just return the result in any error case even though it's counter to common Go idioms.
Add ability to bind with only NTLM Hash instead of password (go-ldap#269 ) * add NTLMBindWithHash, update go.mod * add NTLMBindWithHash, update go.mod on v2 Co-authored-by: Ronnie Flathers <ronnie.flathersii@motorolasolutions.com>
Adding NTLMSSP support (go-ldap#265) * added ntlm bind * adding doc comments * copy changes to older version
Merge pull request go-ldap#264 from hashicorp/send-fix-v3-too Send fix v3 too
Merge pull request go-ldap#263 from sgmiller/fix-sendMessage-closing-… …race sendMessage closing race fix
PreviousNext