After you upgrade to CA IdentityMinder 12.6 or above, you can protect the Management Console using native security.
Note: You cannot use native CA IdentityMinder security to protect the Management Console when CA IdentityMinder integrates with CA SiteMinder.
Follow these steps:
<filter> <filter-name>ManagementConsoleAuthFilter</filter-name> <filter-class>com.netegrity.ims.manage.filter.ManagementConsoleAuthFilter</filter-class> <init-param> <param-name>Enable</param-name> <param-value>true</param-value> </init-param> </filter>
The IM_AUTH_USER table stores information about Management Console administrators.
Note: For information about running a script against an existing database, see the vendor documentation for that database.
For example:
USER_NAME: admin1
PASSWORD: anypassword
DISABLED: 0
ID:1
The Management Console is protected by native security.
| Copyright © 2013 CA. All rights reserved. |
|