timoguin / goldap

An LDAP CLI client written in Golang
MIT License
1 stars 0 forks source link

feat: Add support for external SASL binds #6

Open timoguin opened 2 years ago

timoguin commented 2 years ago

go-ldap currently only supports simple binds. Add support for external SASL binds to use Kerberos authentication.

Depends on exposing TLS config options via #5.

References: