11-18-2009 02:53 AM
Is it possible to manage TS users from a centralized poin (using a network drive)?
I have a couple of machines running TestStand and would like to manage the users able to login to those machines. I know I can define the location of the config directory for TestStand, but then I get all other ini files like StationGlobals, etc. into the same dir, so it's not a solution.
Is there a way to tell TestStand to search just for the users.ini file in a location different to the standard Cfg directory?
Solved! Go to Solution.
11-18-2009 10:12 AM - edited 11-18-2009 10:14 AM
Sure, edit the User Manager tab of the Station Options. Uncheck "Use Default" and browse to the user.ini file you would like to use.
11-19-2009 03:35 AM
11-04-2011 04:14 AM
How do I do this using the API? I've been looking and looking and can't find anything..
11-04-2011 09:06 AM
Engine.StationOptions.UserFilePath = "<YourPathHere>"
StationOptions.UserFilePath
Specifies the location of the current user manager file.
Pass an empty path to this property to instruct TestStand to use the default user manager file.
A change to this property does not take effect until you restart the engine.