I have 2 windows server 2019. e.g. server1 and server2. server1 is the domain controller. server1 has below roles installed: ADDS, ADCS, DNS, FILE STORAGE, IIS.
server2 is connected to that domain controler. server1 has below roles installed: ADCS, FILE STORAGE, IIS.
I have setup PKI on server1 and everything works fine. I am able to use CRL as well as OCSP feature for certificate validation.
I wanted to make server2 as subordinate CA of server1(root CA), and installed corresponding roles(ADCS) and able to distribute user certificate and its working fine. But I am not able to test CRL functionality on server2 as it required ldap binding with server2.
As I debugged it further, I found that LDAP server is not running on server2. I checked port 389 is listening on server1 but not server2.
So how to enable ldap service on server2 ? I am not able to test CRL functionality of PKI, because CDP url is ldap address.