-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DIGEST-MD5 bind support #230
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR.
Would you be willing to refactor this per the recent PR that also added other Bind mechanisms, and unified some of the internal flow?
Additionally, some tests/examples/documentation would be welcome too.
Changed the DigestMD5BindRequest.appendTo function to satisfy the request interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with a minor change that needs to be reverted.
go.mod
Outdated
@@ -1,5 +1,8 @@ | |||
module github.com/go-ldap/ldap | |||
module github.com/microo8/ldap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @microo8
LGTM
It's not the most elegant code, but it works for me :)