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

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

I added SASL authentication to the c client lib that works with libkrb5 on 
Ubuntu Maverick (requires libkrb5-dev to compile).
This  my first c project, so its obviously far from perfect or complete.
- lacks multi-platform support
- only tested with MIT Kerberos
- servicename hardcoded to "zookeeper" in cli.c
- what about licensing implications?

It works for me, so if you'd like to give it a try see 
https://github.com/kloni/zookeeper/commit/e2409bc441962a35fad1e277f95ded436431045b
                
> 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
>
> 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