-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support for DIGEST-MD5/PLAIN mechanism? #5
Comments
According to https://packages.debian.org/jessie/libsasl2-2, DIGEST-MD5 should be included. I believe you are missing the service name. Can you add
with the appropriate substitute for your kerberos service name, and let me know what happens? |
Oh, actually -- I think parameters you are passing to |
@wesm Thanks! That did it. Is there a plan to add a documentation around the usage? |
Not a "plan" per se, but it'd be great to start a markdown doc showing example usage for different authentication mechanisms. Happy to accept patches. |
@wesm Hi, total SASL newb question, but how can I get started with this to auth using digest-md5? Thanks! |
I am planning to use this for zookeeper sasl authentication with DIGEST-MD5 mechanism. I am running the client on
Debian GNU/Linux 8 (jessie)
.This is the sample code I am trying to run:
Output:
I get the same error with
PLAIN
mechanism.I have the following libraries installed.
Does the library support
DIGEST-MD5
mechanism at all? Are there any other pre-requisites apart from above?The text was updated successfully, but these errors were encountered: