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

[email protected] commented on ZOOKEEPER-1112:
----------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2315/
-----------------------------------------------------------

Review request for zookeeper.


Summary
-------

2nd patch
* provides a simple api for sasl authentication (zoo_sasl_init, 
zoo_sasl_connect, zoo_sasl_authenticate)
* requires libsasl2 (and plugins)
* autoconf/make configuration
* test for digest-md5 authentication
* extended configuration for digest-md5 sasl server required by sasl2


This addresses bug ZOOKEEPER-1112.
    https://issues.apache.org/jira/browse/ZOOKEEPER-1112


Diffs
-----

  src/c/Makefile.am dbf4080 
  src/c/configure.ac 4e1a8d5 
  src/c/include/zookeeper_sasl.h e69de29 
  src/c/src/zk_sasl.c e69de29 
  src/c/tests/TestClient.cc 2d45cec 
  src/java/main/org/apache/zookeeper/server/ZooKeeperSaslServer.java 0ca18dc 

Diff: https://reviews.apache.org/r/2315/diff


Testing
-------


Thanks,

Tom


                
> 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
>            Assignee: Tom Klonikowski
>         Attachments: ZOOKEEPER-1112.patch, ZOOKEEPER-1112_1.patch, 
> ZOOKEEPER-1112_1.patch, ZOOKEEPER-1112_2.patch, ZOOKEEPER-1112_2.patch, 
> ZOOKEEPER-1112_3.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