Create the security administrative user
Enabling security requires the creation of a WebSphere Application Server administrative user. Use the Tivoli Access Manager command-line pdadmin utility to create the TAM administrative user for WAS. This utility is available on the policy server host machine.
Follow these steps to use the pdadmin utility.
- From a command line, start the pdadmin utility as the TAM administrative user, sec_master:
pdadmin -a sec_master -p sec_master_password
- Create a WAS security user. For example, the following instructions create a new user, wasadmin. The command is entered as one continuous line:
pdadmin> user create wasadmin cn=wasadmin,o=organization, c=country wasadmin wasadmin myPasswordSubstitute values for organization and country that are valid for your LDAP user registry.
- Enable the account for the WAS security administrative user by issuing the following command:
pdadmin> user modify wasadmin account-valid yes
What to do next
Configure the JACC provider for TAM.
Related concepts
TAM security for WAS
Related tasks
Enabling an external JACC provider