Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Security 2021-07-12, Security 2021-07-26, Security 2021-08-09
Description
Currently, LDAPConnectionOptions stores a vector of strings for the list of hosts where the string is a "host[:port]" combination.
A new class should be create named LDAPHost. LDAPHost should have a method parse(StringData host, bool isSSL) to parse a host[:port] combination. It should have methods for serializing to HostAndPort and to URI.
LDAPConnectionOptions:parseHostURIs should return a vector of LDAPHost now.
Attachments
Issue Links
- related to
-
SERVER-59470 clean up libraries in SConscript for LDAP
-
- Closed
-