jtblin / go-ldap-client

Simple ldap client to authenticate, retrieve basic information and groups for a user.
Other
261 stars 90 forks source link

Authenticate without username and password #22

Open babarismail opened 5 years ago

babarismail commented 5 years ago

Can I use this to authenticate via mtls without having to call bind?

I see that bind takes in username and password which we don’t use to talk to the ldap server.

Is there an example I can use that connects to ldap server by providing certs and then runs a search query.