bippio / go-impala

Golang Driver for Apache Impala
MIT License
52 stars 39 forks source link

implement LDAP authentication #1

Closed intamyuto closed 5 years ago

intamyuto commented 5 years ago

Implemented LDAP authentication through SASL transport. Added cgo dependency with freddierice/go-sasl.

To build this project you must have libsasl2 installed.

On Debian/Ubuntu:

sudo apt-get install libsasl2-dev

On Redhat:

sudo yum install cyrus-sasl-devel.x86_64
vishjosh commented 5 years ago

Would love to see a windows build too ! @intamyuto

intamyuto commented 5 years ago

Removed cgo dependency. Should cross-compile now.

intamyuto commented 5 years ago

Fixed README listing errors