While trying to add the domain administrator to my VMware View Composer settings in VMware View Manager, I was getting the following errors repeatedly:
Wrong Domain
Bad user name or Password
I have found out that the problem was caused by my Virtual Center where VMware View Composer reside was not a part of the domain, and was not using my domain controller as a DNS resolver. To resolve this problem I had came up with two solution:
1- Use your domain controller DNS as the DNS resolver on your VMware vCenter / VMware View Composer Server if possible.
2- On the View Composer server, add the domain name to the domain controller’s IP address mapping in the Windows hosts file: %WINDIR%\system32\drivers\etc\hosts.
111.345.333.235 <domain name>
It worked like a charm for me. Thanks