I've installed a Certificate Service Web Enrollment on a Windows Server 2003 R2 machine with AD and Exchange 2003. The purpose of installing it was to generate a SSL certificate. To accept the certificate by the CA (authority), I have to login to the http://[my server]/certsrv page.
In the DNS settings I have two domain names specified for my server. One domain is cat.com and the other is subcat.cat.com. When I was installing AD, I've specified subcat.cat.com as the AD domain name.
The problem is that I can login to /certserv with subcat.cat.com\user username, but I can't login with cat.com\user username. Can I define some sort of alias to cat.com domain so I could login with cat.com\user also? I also don't quite understand why it happens. I've found this question, but adding a UPN suffix didn't work.
Regards.