02-19-2009 08:21 AM
Hi,
Is there a way to programmatically add a password to the password cache? My build process requires some vi passwords to be known. Since the build takes some time I would like to set them at the beginning so the build can run from there without user interaction.
Any Ideas?
Solved! Go to Solution.
02-19-2009 08:44 AM
Hi Xerxess,
you can use the invoke node "set lockstate". There is also a private method "Pwd.Add to Cache".
Mike
02-20-2009 05:07 AM
Great! Thanks for the hint!