Enabling user provisioning
When users are created in WebSphere Portal Express,
they are not automatically imported into Tivoli Access Manager.
Enabling automatic user provisioning to Tivoli Access Manager changes
this behavior. Once this feature is enabled, users are automatically imported
into Tivoli Access Manager whenever they
are created in WebSphere Portal Express. When
user provisioning to Tivoli Access Manager,
anyone with access to the public URL can become an active user in Tivoli Access Manager as
long as the self-registration feature remains enabled.
Note: There are two ways to create users in WebSphere Portal Express:
- Self-registration: This feature is enabled by default.
- Manage Users and Groups portlet: Administrators can use this portlet
to create WebSphere Portal Express users.
Perform the following steps to enable user provisioning within Tivoli Access Manager:
- Run the following task to enable user
provisioning:
Option
| Description |
Windows
| ConfigEngine.bat enable-tam-userprov -Dwp.ac.impl.PDAminPwd=password from
the wp_profile\ConfigEngine directory
|
Linux
| ./ConfigEngine.sh enable-tam-userprov -Dwp.ac.impl.PDAminPwd=password from
the wp_profile/ConfigEngine directory
|
i5/OS
| ConfigEngine.sh -profileName profile_root enable-tam-userprov
-Dwp.ac.impl.PDAminPwd=password from the profiles/wp_profile/ConfigEngine directory, where profile_root is
the name of the WebSphere
Application Server profile
where WebSphere Portal Express is installed.
|
- Perform the following steps to
stop and restart the server1 and WebSphere_Portal servers:
- Open a command prompt and
change to the following directory:
- Windows: wp_profile_root\bin
- Linux: wp_profile_root/bin
- i5/OS: wp_profile_root/bin
- Enter the following
command to stop the WebSphere
Application Server:
- Windows: stopServer.bat server1 -user admin_userid -password admin_password
- Linux: ./stopServer.sh server1 -user admin_userid -password admin_password
- i5/OS: stopServer server1 -profileName profile_root -user admin_userid -password admin_password where profile_root is the name of the WebSphere
Application Server profile where WebSphere Portal Express is
installed; for example, wp_profile.
- Enter the following
command to stop the WebSphere_Portal server:
- Windows: stopServer.bat WebSphere_Portal -user admin_userid -password admin_password
- Linux: ./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password
- i5/OS: stopServer WebSphere_Portal -profileName profile_root -user admin_userid -password admin_password
- Enter the following
command to start the WebSphere
Application Server:
- Windows: startServer.bat server1
- Linux: ./startServer.sh server1
- i5/OS: startServer server1 -profileName profile_root
- Enter the following
command to start the WebSphere_Portal server:
- Windows: startServer.bat WebSphere_Portal
- Linux: ./startServer.sh WebSphere_Portal
- i5/OS: startServer WebSphere_Portal -profileName profile_root
Parent topic: Configuring Tivoli Access Manager
|
|
|