-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2021-07-12, Security 2021-07-26, Security 2021-08-09
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.
- related to
-
SERVER-59470 clean up libraries in SConscript for LDAP
- Closed