Open timoguin opened 2 years ago
The hardcoded InsecureSkipVerify was removed in #4. This breaks the ability to use IP addresses for the LDAP URI.
InsecureSkipVerify
Figure out a good pattern to expose tls.Config{} options.
tls.Config{}
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.