Deprecation Notice
Passing the following parameters directly in the configuration is now deprecated.
- URL
- Port
- Minimum TLS version
- Maxiumum TLS version
- Certificate authorities
- InsecureSkipVerify
- StartTLS
If your config uses these parameters they will be automatically copied to the new ServerList
format.
In future releases, these parameters will be removed. You can check how to migrate in options docs and examples.
What's Changed
- Upgrade golang.org/x/crypto to version 0.17.0 by @wiltonsr in #64
- Multiple ldap backends by @wiltonsr in #65
Full Changelog: v0.1.8...v0.1.9