[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom Klonikowski updated ZOOKEEPER-1112:
---------------------------------------

    Attachment: zookeeper-c-client-sasl.patch

Patch for trunk (unnecessary include flag removed)

- zookeeper
-- zoo_(a)sasl(*zh, *conn, *data, len, cptr)
- zk_sasl
-- zoo_sasl_init(*callbacks)
-- zoo_sasl_connect(*zh, *servicename, *host, **conn, **supportedmechs, 
*mechcount)
-- zoo_(a)sasl_authenticate(*zh, *conn, *mech, *supportedmechs)

Can somebody help to create test cases for this (i.e. setting up a digest-md5 
enabled zookeeper instance)?
                
> Add support for C client for SASL authentication
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-1112
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1112
>             Project: ZooKeeper
>          Issue Type: New Feature
>            Reporter: Eugene Koontz
>         Attachments: zookeeper-c-client-sasl.patch
>
>
> Hopefully this would leverage the SASL server-side support provided by 
> ZOOKEEPER-938. It would be similar to the Java SASL client support also 
> provided in ZOOKEEPER-938.
> Java has built-in SASL support, but I'm not sure what C libraries are 
> available for SASL and if so, are they compatible with the Apache license.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to