Create the security administrative user for ISAM
- Log on to ISAM policy server host machine as user: sec_master
- Start the pdadmin utility
pdadmin -a sec_master -p sec_master_password
- Create a new security user that will be associated with WAS. For example...
pdadmin> user create wasadmin cn=wasadmin,o=organization,c=country wasadmin wasadmin myPassword
Substitute values for organization and country that are valid for our LDAP user registry.
- Enable the account for the WAS security administrative user:
pdadmin> user modify wasadmin account-valid yes
What to do next
Configure the Java Authorization Contract for Container (JACC) provider for ISAM
Related:
ISAM security for WAS