Can we create A record for Domain Controller to provide LDAP authentication to DotNet Applications

Mukesh Bisht 121 Reputation points
2022-02-28T12:40:33.25+00:00

Hi All,

I am looking for solution where I want to provide the LDAP configuration to one of our Application for authentication purpose, as of now we have provided IP address of our domain controller, but we want the redundancy in terms of authentication.

I searched some articles where it says that we can use Domain name instead of Domain Controller IP/hostname but our application is not supported this, so is it feasible to create A record for Domain Controllers as below ?

DC 1: 192.168.1.1 -Current Record
DC2: 192.168.1.2 -Current Record

A Record: LDAP.xyz.com ---192.168.1.1 and LDAP.xyz.com ----192.168.1.2

Will that work, Hope this will not break anything to current AD environment.

Thanks
Mukesh

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,245 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-02-28T14:32:07.17+00:00

    DNS records already exist for your domain controllers in active directory so adding more static records isn't going to make a difference. Assuming the windows instance the application runs from is domain joined then windows will know the name resolution. We don't know anything about how the application works internally. You may need to contact the application developer about a solution.

    --please don't forget to upvote and Accept as answer if the reply is helpful--