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{}`](https://pkg.go.dev/crypto/tls#Config) options.
The hardcoded
InsecureSkipVerifywas 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.