+

Search Tips   |   Advanced Search

Enabling and disabling impersonation

By default, user impersonation is enabled, but we can manually disable or enable the impersonation feature as needed.

  1. To disable or enable the impersonation feature:

    • To disable the impersonation feature, run the disable-impersonation task from the wp_profile_root/ConfigEngine.

        ./ConfigEngine.sh disable-impersonation -DWasPassword=password -DPortalAdminPwd=password -DCategoriesList=wp.auth.base

    • To enable the impersonation feature, run the enable-impersonation task from the wp_profile_root/ConfigEngine.

        ./ConfigEngine.sh enable-impersonation -DWasPassword=password -DPortalAdminPwd=password -DCategoriesList=wp.auth.base

    • Stop and restart the HCL WebSphere Portal and HCL Web Content Manager server.

Parent topic: Administering user impersonation