Enable 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...
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
- Stop and restart the WebSphere_Portal server.