vCOps Enterprise 5 vApp LDAP bug? (One or more users already exist and haven’t been imported)
Summary: I had been having issues w/ our deployment of the vCenter Operations vApp. The Web GUI interface has two pages, https://vCopsServerName/vcops-vsphere and https://vCopsServerName/vcops-custom . It seems vcops-vsphere simply uses vCenter privileges to determine whether you can login and what you can view. vcops-custom however does not and has a separate set of permissions it uses to determine a user’s access authority. They both however utilize the same useraccount table in the postgres database. Workaround: This KB contains the steps needed to workaround the LDAP import problem: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2013440 Step 2 was incorrect as of this post date, it should read as follows: # su postgres # psql -d alivevm I’ve let VMWare and @VMWareKB know of the typo. So it should get corrected. Details: I found that when I login into vcops-vsphere, it uses my permissi...