LISA releases 7.5.2 and before did not enforce ACL. DevTest Solutions enforces ACL by default. CA recognizes the need for transition time to update existing command-line tools and APIs that have been running without a specified user name and password. While you are updating your automated tests, virtual services, and programs like TestRunner with login credentials, you can set a parameter that tells your program to run with an internally derived Runtime user name. In this case, the identity of the user that is logged in to the OS is stored in the session object.
To override ACL temporarily, follow these steps:
lisa.acl.use.runtime=true
Your command-line program runs as ‘_runtime_<username>’ where ‘<username>’ comes from the ‘user.name’ system property.
To enforce ACL without exceptions, follow these steps:
lisa.acl.use.runtime=
All UIs and CLIs will run with valid login credentials.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|