[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122235#comment-13122235
 ] 

Tom Klonikowski commented on ZOOKEEPER-1112:
--------------------------------------------

Hi Eugene,
looking at the review i feel like it might be a good idea to split this patch 
into smaller parts to make it easier to review.
- zooapi extension (proto.h, zk_adaptor.h, zookeeper.c, zookeeper.h)
- build (Makefile.am, configure.ac)
- sasl addon (zk_sasl.c, zk_sasl.h)
- test (TestClient.cc, zkServer.sh, jaas.digest.server.conf)
- server (ZooKeeperSaslServer.java)
- cli (cli.c)

Contents of this patch:
- ZOOAPI extension for sending sasl requests and receiving responses (zoo_sasl)
- SASL addon that plugs into this functions (zk_sasl)
- build with libsasl2 if availabe and requested
- sasl authentication hacked into cli
                
> 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-1112.patch, 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