Skip Headers
Oracle® Identity Manager Connector Guide for PeopleSoft User Management
Release 9.0.3

Part Number B32365-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

B Encrypting a New Oracle Identity Manager Password

If the password of the Oracle Identity Manager administrator is different from the default password, then you must encrypt the Oracle Identity Manager password as follows:

Note:

The default administrator user ID is xelsysadm.
  1. On the Oracle Identity Manager server, open a command window.

  2. In the command window, change to the OIM_home\xellerate\ScheduleTask directory.

  3. Enter the following command:

    java -classpath PSFTBaseReconciliation .jar  \
    Com.thortech.xl.Integration.peoplesoft.util.tcUtilEncryption -e \
    OIM_plaintext_password
    
    

    In this command, OIM_plaintext_password is the new Oracle Identity Manager administrator password that you want to encrypt.

    The encrypted password is displayed in the command window.

  4. Copy the encrypted password into the xlsession.properties file. This file is compressed in the OIM_home\xlclient\lib\peopleSoftUserMgmt.war file.

  5. Delete the peopleSoftUserMgmt.war file from the temporary directory where you extracted its contents, and then use the following command to re-create the file:

    jar –cvf  peopleSoftUserMgmt.war
    
    
  6. Ensure that the old version of the peopleSoftUserMgmt.war file is removed from the application server (JBoss Application Server, IBM WebSphere, BEA WebLogic, or OC4J) deployment directory and the OIM_home\xellerate\webapp directory.

  7. Copy the newly created peopleSoftUserMgmt.war file into the application server (JBoss Application Server, IBM WebSphere, BEA WebLogic, or OC4J) deployment directory and the OIM_home\xellerate\webapp directory.

  8. Restart the Oracle Identity Manager server and client.