Wednesday, April 4, 2012

Disabling WAS security

METHOD 1: Disabling security thru WAS admin console
- Run at command prompt: \bin\wsadmin.bat -conntype NONE
- Type at WAS admin console: securityoff
- Type exit and restart server.
METHOD 2: Disabling security by editing security.xml file.
- profile_home\config\cells\cell_name\security.xml
- Open this file and change the security attribute enabled=true to enabled=false
- Click here for more info.
- URL to decode password: sysman
METHOD 3: Configuring WAS to stop without prompting for password
Edit the following file:
1.) profile_home\properties\soap.client.props
Then, change the values of these properties:
com.ibm.SOAP.securityEnabled=true to false
com.ibm.SOAP.loginUserid=
com.ibm.SOAP.loginPassword=
2.) Restart server., without giving user id and password.
METHOD 4: Encoding and Edcoding WAS Password
1.) Encode using(\bin\PropFilePasswordEncoder.bat )
profile_home\properties\soap.client.props
the com.ibm.SOAP.loginPassword property value using:
2.) Decoding (XORDecoder)
Go to directory profiles/profie_name/config/cells
Open file security.xml
Look for tag userRegistry

No comments:

Post a Comment