+

Search Tips   |   Advanced Search

Portal, V6.1


 

Removing eTrust SiteMinder

After you have installed and used Computer Associates eTrust SiteMinder, you may find that you no longer require its use. You can then remove it from the IBM WebSphere Portal environment and restore authentication capabilities to IBM WAS and authorization capabilities to WebSphere Portal.

To remove eTrust SiteMinder from the WebSphere Portal environment:

  1. Perform the following steps if you used eTrust SiteMinder for authorization:

    1. Use either the Resource Permissions portlet or, if you are set up to execute it, the XML Configuration Interface (xmlaccess) to internalize any resources managed by eTrust SiteMinder.

    2. Edit...

      WP_PROFILE\PortalServer\config\config\services.properties file and change the value of com.ibm.wps.services.ac.ExternalAccessControlService to com.ibm.wps.ac.impl.ExternalAccessControlDefaultImpl.

      In a cluster environment, edit the services.properties file on all nodes.

    3. Change the enableExternalization property to false in the External Access Control Service. This will prevent the Externalize/Internalize icon from appearing in the Administration Access portlet after removing eTrust SiteMinder.

  2. If you previously disabled the ability to create users through WebSphere Portal, restore it. Re-enable WebSphere Portal auto-registration. Restore the backup copy of the AppServer_root/installedApps/node/wps.ear/wps.war/themes/html/theme_name/ToolBarInclude.jsp file that is located in the subdirectory of each theme.

  3. Optional

    To remove the eTrust SiteMinder TAI module from the WAS console:

    1. In the WAS Administration Console, click Secure administration, applications, and infrastructure > Web security > Trust association > Interceptors..

    2. Select the eTrust SiteMinder TAI module and then click Delete.

    3. Click OK and then click Save.

  4. To stop and restart the server1 and WebSphere_Portal servers:

    1. Open a command prompt and change to the following directory:

    2. Stop the WAS:

      • Windows: stopServer.bat server1 -username adminid -password passwd

      • UNIX: ./stopServer.sh server1 -username adminid -password passwd

      • i5/OS: stopServer server1 -username adminid -password passwd

    3. Stop the WebSphere_Portal server:

      • Windows: stopServer.bat WebSphere_Portal -username adminid -password passwd

      • UNIX: ./stopServer.sh WebSphere_Portal -username adminid -password passwd

      • i5/OS: stopServer WebSphere_Portal -username adminid -password passwd

    4. Start the WAS:

    5. Start the WebSphere_Portal server:

      • Windows: startServer.bat WebSphere_Portal

      • UNIX: ./startServer.sh WebSphere_Portal

      • i5/OS: startServer WebSphere_Portal

  5. If necessary, uninstall any Computer Associates components.

 

Parent topic

Configure eTrust SiteMinder