jtblin / go-ldap-client

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

be able to specify CA cert files #10

Open fzxu opened 7 years ago

fzxu commented 7 years ago

In my use case, the cert is not able to be fetched from the host cert store. It has to be specified somewhere.

watercraft commented 7 years ago

I have run into this as well. If the server cert is self-signed we may not be able to install the CA for it in the client host and would like to provide it to the client explicitly.