Hi all,
We let users open remote consoles, and we used to call AcquireMksTicket and pass the ticket to vmware-vmrc to paypass the credential
With Vi SDK 4.1, AcquireMksTicket is replaced with AcquireTicket and also it seems vmware-vmrc distributed with the vSphere also changed and now it requires the ticket returned by AcquireCloneTicket rather than AcquireTicket.
We dont want to use AcquireCloneTicket, because the ticket returned by that API can be used to connect to any VM. We want more control over how that ticket is used. According to SDK documentation, AcquireTicket can still be used to connect to the VM. When we pass the ticket returned by AcquireTicket, vmrc fails to connect to the VM with "invalid ticket" error. What is the correct way to use the AcquireTicket to connect to VM console?
Thanks in advance
Onur