min li
min li
Appreciated your quick response. @SteveSyfuhs The ComputerB is not the current host so like you said I cannot use the keytab from the ComputerB to validate the ticket for the...
Hi @SteveSyfuhs Thanks a lot for the hint. I managed to validate the ticket now. One more question, I am wondering whether there is a way that can leverage from...
Hi Steve, thanks a lot for your kind response so far. @SteveSyfuhs I do have another question about the kdecode in bruce, after I click ```request for ``` , it...
Thanks, @SteveSyfuhs While I used the below code to get a ticket for accessing the local machine, ``` var localHost = Environment.MachineName.ToLowerInvariant(); var context = new SspiContext(spn: localHost); byte[] tokenBytes...
>the issue is that the secret coming out of LSA Secrets is encrypted to non-system components @SteveSyfuhs Hi Steve, if the LSA secrets are encrypted to non-system components then I...
Basically I think will work on guests with the common functions(not tested with other hypervisor but should work on xen based hypervisior), but it will best suitable for Citrix hypervisor...
Hi, this script is not located in source repo. Actually, we put it when packaging. Could you please comment where is the specific fix? Thank you.
I checked the patch and luckily we have log an issue and the fixing/testing in progress. I think it will be released soon. BTW, I will create an improvement ticket...
Since we map the repo inside to build Citrix Hypervisor guest utilities, your changes may have an impact on us. In general, we added new guests support after have a...
- In general we change guest-utilities when some new guests need to support in XS release, Sangoma is not the guest we supported in XS.