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.
The password tool is installed with the CA IdentityMinder tools in the following location:
Windows: C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\PasswordTool
UNIX: /opt/CA/IdentityManager/IAM_Suite/Identity_Manager/tools/PasswordTool
PasswordTool
Run the password tool using the following command:
pwdtools -JSAFE -p anypassword
The JSAFE option encrypts a plain text value using the PBE algorithm.
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.
|
|