-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2021-08-23, Security 2021-09-06
-
(copied to CRM)
Add the ability for users to prefix LDAP servers with "srv:" and "srv_raw:" so that the code automatically does the DNS lookups for SRV records.
Enhance mongoldap to advise users when they make mistakes around srv vs srv_raw.
When a user specifies "srv:<DNS NAME>", mongoldap will check and verify "_ldap._tcp.<DNS NAME>" exists for SRV. If an SRV record cannot be found, it will check "<DNS NAME>" for SRV, and warn the user they should use "srv_raw:<DNS_NAME>" instead. MongoLDAP will do the reverse check for "srv_raw:<DNS_NAME>" by checking for "_ldap._tcp.<DNS NAME>". When a user specifies "multi:<DNS_NAME>", mongoldap will check for "SRV" and suggest the user should use "srv_raw:<DNS_NAME>" instead.
- is depended on by
-
SERVER-32948 LDAP enhancement for Active Directory SRV discovery
- Closed
- is related to
-
SERVER-59527 Bug: dns_container_tester crashes on docker stop operation
- Closed
-
SERVER-32948 LDAP enhancement for Active Directory SRV discovery
- Closed