Hello,
Originally when my colleagues set up our Active Directory environment, it was set up to something like :
ldapserver1.hostname.local
Half way through building our AD instance, it was decided that the naming convention would change so that it's:
ldapserver1.hostname.internal
So, a month or two later, I am trying to create a certificate for my linux machine to authenticate off of the ldap server over ldaps and I kept getting errors when creating the cert saying that it couldn't connect to the RPC server. After some investigation, I found in the event viewer that the ldap CA is still located under ldapserver1.hostname.local.
I looked around and I couldn't see where this is specified. So I ask, where do you go to change this so that it tries to connect to a CA on ldapserver1.hostname.internal? Let me know if you need more info, and thanks in advance for your help!