==================================================================================
Solution
There are 2 places that changes need to be made
Step 1:
PTWEBSERVER is a user id in the user profile, so you can change the
password by opening the user profile for PTWEBSERVER by navigating to
Peopletools -> Security -> User Profiles
Step 2 :
Once you change the password, you have to run run the PSCipher script
located in ($PSHOME\webserv\
On a UNIX machine, change the PSCipher.sh script file permissions so you
can execute it.
Execute the script file with your password as an argument, for example:
pscipher MYPASSWORD
The utility returns the encrypted password as a string; for example:
VOBN5KcQZMg=
Copy the encrypted string and paste it into the configuration.properties
file, for example:
WebPassword=VOBN5KcQZMg=
After you save the configuration.properties file, restart your web
server and the new profile takes effect.
No comments:
Post a Comment