To configure SRV records for an LDAP server, follow these steps:
1. Open the DNS management console on the server where the DNS zone is hosted.
1. Create a new SRV record by right-clicking on the DNS zone where you want to add the record, then select New Record -> Service Location (SRV).
1. Enter the following information in the fields:
Service: \_ldap Protocol: \_tcp Name: Leave this field blank (or enter @ to represent the root of the zone) Target: FQDN (fully qualified domain name) of the LDAP server Port number: 389 (or the port number used by your LDAP server)
1. Click OK to save the record.
1. Verify the record by using nslookup or another DNS lookup tool to check the SRV record that the LDAP client uses to find the LDAP server.
1. Repeat the process for any additional LDAP servers that need to be configured.
Note: If your LDAP server uses SSL, you will need to create an additional SRV record for the LDAP server on port 636.