Skip to content

freddierice/go-sasl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sasl

Go wrapper for Cyrus SASL.

About

The idea for this project came from (github.com/cloudera/python-sasl), a wrapper for Cyrus SASL written in C++ for use with python. This project aims to do something similar in cgo.

Building/Testing

go get gopkg.in/freddierice/go-sasl.v4
go test

To build this project you must have libsasl2 installed. On Debian:

sudo apt-get install libsasl2-dev

On Redhat:

sudo yum install cyrus-sasl-devel.x86_64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages