Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Configuring Optimize | Changing the Optimize Authentication Credentials | Adding New Optimize Credentials
 
Adding New Optimize Credentials
Use the following procedure if you want to add new Optimize credentials. This procedure describes how to copy an existing set of credentials and edit them to create a new user.
*To add new Optimize authentication credentials
1. Shut down the Analytic Engine.
2. Locate and open the Software AG_directory/optimize/analysis/conf/security/glue/acl.xml file using an appropriate text editor.
3. Locate the <user> section in the acl.xml file and copy it.
4. Paste the copy of the existing user section under the existing user section, and edit the <name> and <password> elements as desired.
Do not modify or delete the <role> elements.
As a reference, the modified settings must look as shown in the following example.
<acl>
<user>
<name>Administrator</name>
<password>GlueRealmPasswordHandle::0</password>
<role>DeployAdministrator</role>
<role>DataAccessAdministrator</role>
</user>
<user>
<name>MyUser</name>
<password>MyPassword</password>
<role>DeployAdministrator</role>
<role>DataAccessAdministrator</role>
</user>
</acl>
5. Save and close the acl.xml file. Be sure to make note of your user name and password settings.
6. Start the Analytic Engine.