timoguin / goldap

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

feat (UX): Add configurable TLS options #5

Open timoguin opened 2 years ago

timoguin commented 2 years ago

The hardcoded InsecureSkipVerify was removed in #4. This breaks the ability to use IP addresses for the LDAP URI.

Figure out a good pattern to expose tls.Config{} options.