Enabling and disabling impersonation
By default, user impersonation is enabled, but we can manually disable or enable the impersonation feature as needed.
- 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