If you enabled native security for the Management Console, and now want to use a different application to protect it, disable the native security before implementing another security method.
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>false</param-value> </init-param> </filter>
The Management Console is no longer protected by native security.
Copyright © 2013 CA.
All rights reserved.
|
|