+

Search Tips   |   Advanced Search

Enable 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...

        cd WP_PROFILE/ConfigEngine
        ./ConfigEngine.sh disable-impersonation -DWasPassword=foo -DPortalAdminPwd=foo -DCategoriesList=wp.auth.base

    • To enable the impersonation feature...

        cd WP_PROFILE/ConfigEngine
        ./ConfigEngine.sh enable-impersonation -DWasPassword=foo -DPortalAdminPwd=foo -DCategoriesList=wp.auth.base

  2. Stop and restart the WebSphere_Portal server.


Parent Administer user impersonation