jtblin / go-ldap-client

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

Close #3. Add SkipTLS option to skip the TLS start #5

Closed hoop33 closed 7 years ago

hoop33 commented 7 years ago

I made the option a negative (SkipTLS vs StartTLS or UseTLS) so the default would be false and no existing code should break.

jtblin commented 7 years ago

Thanks!